{
  "name": "SpotRate",
  "short_name": "SpotRate",
  "description": "Honest food & drink ratings by real people. No ads, no incentives.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080810",
  "theme_color": "#c9a84c",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Spots",
      "url": "/explore.html",
      "description": "Browse all rated spots"
    },
    {
      "name": "Rate a Spot",
      "url": "/submit.html",
      "description": "Submit a new rating"
    }
  ]
}
