{
  "id": "com.ofni.app.postalhistory.dev.002",
  "scope": "/",
  "name": "Postal History PWA",
  "short_name": "PostalHistory",
  "description": "Ofni PWA - Postal History App",
  "orientation": "any",
  "start_url": "/",
  "display_override": ["window-controls-overlay"],
  "display": "standalone",
  "theme_color": "#36c",
  "background_color": "#131313",
  "related_applications": [],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./imgs/logo-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "features": ["Cross Platform", "fast", "simple"],
  "categories": ["utility"],
  "shortcuts": [
    {
      "name": "Open About",
      "short_name": "About",
      "description": "Open the about page",
      "url": "/about",
      "icons": [
        {
          "src": "./imgs/logo-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Get Support",
      "short_name": "Support",
      "description": "Open the Support Page",
      "url": "/pages/support",
      "icons": [
        {
          "src": "./imgs/support-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "protocol_handlers": [],
  "file_handlers": []
}
