{
  "name": "Needy Cat Media ToolKit",
  "short_name": "NCM ToolKit",
  "description": "Quick QR tools, printable privacy tags, image utilities, SEO readiness checks, creator resources, and recommended supplies.",
  "lang": "en-US",
  "dir": "ltr",
  "id": "/app.php",
  "start_url": "/app.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#7c3aed",
  "categories": [
    "productivity",
    "utilities",
    "business"
  ],
  "icons": [
    {
      "src": "/icons/logo-shield.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/logo-shield.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create QR Code",
      "short_name": "QR Code",
      "description": "Open the Needy Cat QR Code Builder.",
      "url": "/qrcodes/central-qrcode-generator.php?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/logo-512.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Privacy Tag Builder",
      "short_name": "Tags",
      "description": "Open the printable QR privacy luggage tag builder.",
      "url": "/qrcodes/luggage-tag-builder.php?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/logo-512.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "SEO Readiness Scan",
      "short_name": "SEO Scan",
      "description": "Open the SEO/AEO Search Readiness Studio.",
      "url": "/tools/seo-aeo-search-readiness-studio.php?source=pwa-shortcut",
      "icons": [
        {
          "src": "/icons/logo-512.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    }
  ]
}