{
  "name": "PricedLowest",
  "short_name": "PricedLowest",
  "description": "The lowest-priced marketplace on the internet. Verified daily, no gimmicks.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#00E676",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Products",
      "short_name": "Search",
      "description": "Find the lowest prices on anything",
      "url": "/products",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
