{
  "name": "Perk'd Orders",
  "short_name": "Perk'd",
  "description": "Order ahead from local restaurants, and run the kitchen queue in store.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0b2a6b",
  "categories": ["food", "business", "productivity"],
  "shortcuts": [
    { "name": "Kitchen queue", "short_name": "Queue", "url": "/dashboard" },
    { "name": "86 items", "short_name": "86", "url": "/86" }
  ],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
