{
  "name": "Rays Gadgets",
  "short_name": "Rays Gadgets",
  "description": "Reviews, tests, setup notes, and updates from the Rays Gadgets lab.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#030711",
  "theme_color": "#071527",
  "orientation": "portrait-primary",
  "categories": ["technology", "shopping", "entertainment"],
  "shortcuts": [
    {
      "name": "Latest Reviews",
      "short_name": "Reviews",
      "url": "/?source=pwa-shortcut#latest",
      "icons": [{ "src": "/assets/rays-gadgets-logo.jpg", "sizes": "512x512", "type": "image/jpeg" }]
    },
    {
      "name": "Links",
      "short_name": "Links",
      "url": "/links?source=pwa-shortcut",
      "icons": [{ "src": "/assets/rays-gadgets-logo.jpg", "sizes": "512x512", "type": "image/jpeg" }]
    },
    {
      "name": "Viewer Map",
      "short_name": "Map",
      "url": "/viewer-map?source=pwa-shortcut",
      "icons": [{ "src": "/assets/rays-gadgets-logo.jpg", "sizes": "512x512", "type": "image/jpeg" }]
    }
  ],
  "icons": [
    {
      "src": "/assets/rays-gadgets-logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/assets/rays-gadgets-logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ]
}
