{
  "name": "PANOSHOT — Panorama Tools",
  "short_name": "PANOSHOT",
  "description": "Stitch, view, and share 360° panoramas from your phone. No app required.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0B0D10",
  "theme_color": "#0B0D10",
  "scope": "/",
  "lang": "en",
  "categories": ["photo", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='90' fill='%230B0D10'/><text x='256' y='330' font-size='220' font-family='monospace' font-weight='900' text-anchor='middle' fill='%23E8743B'>[P]</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "PANOSHOT panorama viewer"
    }
  ],
  "shortcuts": [
    {
      "name": "Preview Panorama",
      "short_name": "Preview",
      "description": "Open a panoramic photo",
      "url": "/?tab=preview",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌅</text></svg>", "sizes": "any" }]
    },
    {
      "name": "Stitch Photos",
      "short_name": "Stitch",
      "description": "Stitch overlapping photos into a panorama",
      "url": "/?tab=stitch",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⛰️</text></svg>", "sizes": "any" }]
    }
  ]
}
