{
  "name": "Trail Tracker",
  "short_name": "Trails",
  "description": "Track your favorite hiking spots and plan hiking routes",
  "start_url": "/team06/index.html",
  "scope": "/team06/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2d5016",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23ffffff' width='192' height='192'/><text x='50%' y='50%' font-size='100' dominant-baseline='central' text-anchor='middle' font-family='system-ui'>🌲</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232d5016' width='192' height='192'/><text x='50%' y='50%' font-size='100' dominant-baseline='central' text-anchor='middle' font-family='system-ui' fill='white'>🌲</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "View the trail map",
      "url": "/team06/main.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232d5016' width='96' height='96'/><text x='48' y='48' font-size='60' dominant-baseline='central' text-anchor='middle' font-family='system-ui' fill='white'>🗺️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Spots",
      "short_name": "Spots",
      "description": "View your saved spots",
      "url": "/team06/mySpots.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232d5016' width='96' height='96'/><text x='48' y='48' font-size='60' dominant-baseline='central' text-anchor='middle' font-family='system-ui' fill='white'>📍</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["travel", "lifestyle"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f5f5f5' width='540' height='720'/><text x='270' y='360' font-size='120' dominant-baseline='central' text-anchor='middle' font-family='system-ui'>🌲</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
