{
  "name": "Bra Sizing Calculator & Shape Identifier",
  "short_name": "Bra Calc",
  "description": "Unbiased, privacy-first bra size calculator, sister-size guide, and breast shape identifier. Works 100% offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#fda4af",
  "lang": "en",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "lifestyle",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Size Calculator",
      "url": "/#calculator",
      "description": "Calculate your bra size instantly"
    },
    {
      "name": "Shape Quiz",
      "url": "/#quiz",
      "description": "Find your breast shape and bra styles"
    }
  ]
}
