{
  "name": "TGDT - The Great Dreaming Track",
  "short_name": "TGDT",
  "description": "A digital guide for The Great Dreaming Track — explore indigenous cultural regions, locations, and experiences with offline support and QR scanning.",
  "id": "/pwa",
  "start_url": "./",
  "scope": "./",
  "lang": "en-AU",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#e7e4de",
  "background_color": "#e7e4de",
  "categories": ["travel", "tourism", "education"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+tgdt",
      "url": "./#/resolve?cmd=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Scan a QR code at a location",
      "url": "./#/scan",
      "icons": [
        {
          "src": "./web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Explore Regions",
      "short_name": "Regions",
      "description": "Browse all regions on the track",
      "url": "./#/region",
      "icons": [
        {
          "src": "./web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Offline Settings",
      "short_name": "Settings",
      "description": "Manage offline content and storage",
      "url": "./#/settings",
      "icons": [
        {
          "src": "./web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
