{
  "name": "Specials Nite",
  "short_name": "Specials Nite",
  "description": "Find the cheapest restaurant specials near you every night of the week.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0c0e16",
  "theme_color": "#f2223b",
  "orientation": "portrait-primary",
  "lang": "en-AU",
  "categories": ["food", "lifestyle", "shopping"],
  "icons": [
    {
      "src": "assets/img/logo-neon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/logo-neon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Find Specials",
      "short_name": "Search",
      "description": "Search for food specials near you",
      "url": "/?source=shortcut",
      "icons": [{"src": "assets/img/logo-neon.png", "sizes": "512x512"}]
    }
  ]
}
