{
  "name": "Old Stringer",
  "short_name": "Old Stringer",
  "description": "Old Stringer - real-time map, catch log, chat for family fishing trips",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "lang": "en-US",
  "categories": ["sports", "lifestyle", "travel", "social"],
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1510",
  "theme_color": "#3a2f1f",
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Map & Location",
      "short_name": "Map",
      "description": "See the live fishing map and crew locations",
      "url": "/?tab=map",
      "icons": [
        { "src": "icons/icon-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Message the crew",
      "url": "/?tab=chat",
      "icons": [
        { "src": "icons/icon-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Log a Catch",
      "short_name": "Catch",
      "description": "Record a new fish catch",
      "url": "/?tab=stringer",
      "icons": [
        { "src": "icons/icon-192x192.png", "sizes": "192x192" }
      ]
    }
  ]
}
