{
  "name": "TrailWeights",
  "short_name": "TrailWeights",
  "description": "Gear intelligence platform helping backpackers leave the weight behind",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2D4A2D",
  "background_color": "#1B2A1B",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "sports"],
  "scope": "/",
  "lang": "en",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Search Gear",
      "short_name": "Search",
      "description": "Find and compare gear weights",
      "url": "/search",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Packs",
      "short_name": "Packs",
      "description": "View and manage your pack lists",
      "url": "/packs",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Build a Pack",
      "short_name": "Build",
      "description": "Start building a new pack list",
      "url": "/quiz",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
