{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "https://www.crafcut.com/",
  "name": "Crafcut",
  "short_name": "Crafcut",
  "description": "Browse and download craft-ready designs, SVGs, PNGs, stickers, and creative resources from Crafcut.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "lang": "en",
  "categories": ["graphics", "lifestyle", "shopping"],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CrafCut home experience"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CrafCut mobile experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Designs",
      "short_name": "Designs",
      "description": "Open the designs gallery",
      "url": "/designs",
      "icons": [
        {
          "src": "/pwa-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Browse Stickers",
      "short_name": "Stickers",
      "description": "Open the stickers collection",
      "url": "/stickers",
      "icons": [
        {
          "src": "/pwa-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "View subscription and pricing options",
      "url": "/pricing",
      "icons": [
        {
          "src": "/pwa-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+crafcut",
      "url": "/?source=%s"
    }
  ],
  "icons": [
    {
      "src": "/pwa-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
