{
  "name": "BRICKADILLY",
  "short_name": "Brickadilly",
  "description": "LEGO collection tracker, backlog keeper and wishlist sorter.",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "background_color": "#FBF7F0",
  "theme_color": "#D0021B",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scan a Box",
      "short_name": "Scan",
      "url": "/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Review Desk",
      "short_name": "Review",
      "url": "/review",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },

    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "url": "/wishlist",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
