{
  "name": "BiteNet",
  "short_name": "BiteNet",
  "description": "Where Anglers Meet & Compete — SA's fishing community app",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060e1a",
  "theme_color": "#0d2a52",
  "categories": ["sports", "lifestyle", "social"],
  "lang": "en-ZA",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BiteNet Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a Catch",
      "short_name": "Log Catch",
      "url": "/?screen=log",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Competitions",
      "short_name": "Compete",
      "url": "/?screen=compete",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
