{
  "name": "SariXchange",
  "short_name": "SariX",
  "description": "The verified Philippine marketplace. Sari-sari, sigurado.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F4EC",
  "theme_color": "#FF6B4A",
  "orientation": "portrait-primary",
  "lang": "fil-PH",
  "dir": "ltr",
  "categories": [
    "shopping",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sell an item",
      "short_name": "Sell",
      "url": "/sell",
      "description": "List a new item for sale"
    },
    {
      "name": "Browse listings",
      "short_name": "Browse",
      "url": "/",
      "description": "Browse verified listings"
    },
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your account and listings"
    }
  ]
}