{
  "name": "KoyKoy Shop",
  "short_name": "KoyKoy",
  "description": "រីករាយជាមួយបទពិសោធន៍ទិញទំនិញដ៏ល្អបំផុតជាមួយ KoyKoy។ ម៉ូដ អេឡិចត្រូនិក និងទំនិញជាច្រើនទៀត ស្ថិតនៅចុងម្រាមដៃរបស់អ្នក។",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "km-KH",
  "dir": "ltr",
  
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  
  "background_color": "#FAFAFA",
  "theme_color": "#1A1A1A",
  "orientation": "portrait-primary",
  "categories": ["shopping", "lifestyle", "productivity"],

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/img/screenshots/mobile-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home Screen - Shop your favorite items"
    },
    {
      "src": "/img/screenshots/mobile-product.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Product Details - Easy checkout"
    },
    {
      "src": "/img/screenshots/desktop-dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Experience"
    }
  ],

  "shortcuts": [
    {
      "name": "New Arrivals",
      "short_name": "New",
      "url": "/new-arrivals?source=pwa-shortcut",
      "icons": [{ "src": "/icons/shortcut-new.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "url": "/cart?source=pwa-shortcut",
      "icons": [{ "src": "/icons/shortcut-cart.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "url": "/profile?source=pwa-shortcut",
      "icons": [{ "src": "/icons/shortcut-profile.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "share_target": {
    "action": "/search",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "q",
      "url": "ref"
    }
  },

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "edge_side_panel": {
    "preferred_width": 400
  },

  "prefer_related_applications": false
}