{
  "name": "PoleBoxx",
  "short_name": "PoleBoxx",
  "description": "The UK's favourite pole fitness subscription box. Monthly curated boxes packed with grip aids, clothing, accessories, and treats for pole dancers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#b76e79",
  "theme_color": "#b76e79",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    }
  ],
  "categories": ["shopping", "fitness", "lifestyle"],
  "screenshots": [
    {
      "src": "/opengraph-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "PoleBoxx Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "Subscription Box",
      "short_name": "Subscribe",
      "description": "Get your monthly PoleBoxx subscription",
      "url": "/boxes/subscription-box",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Build Your Box",
      "short_name": "Build Box",
      "description": "Create your custom pole box",
      "url": "/build-your-box",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}