{
  "name": "ForkLater",
  "short_name": "ForkLater",
  "description": "Never forget a spot you're dying to try",
  "start_url": "/hot-spots",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1526",
  "theme_color": "#0f1526",
  "categories": ["food", "lifestyle"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a Spot",
      "short_name": "Add",
      "url": "/saved?action=add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Spin the Wheel",
      "short_name": "Spin",
      "url": "/spin",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shared Lists",
      "short_name": "Lists",
      "url": "/lists",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
