{
  "name": "toolist",
  "short_name": "toolist",
  "description": "Fast utility tools for calculators, generators, converters, and finance.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f9ff",
  "theme_color": "#2563eb",
  "lang": "en",
  "scope": "/",
  "id": "/",
  "icons": [
    { "src": "/icons/toolist-48x48.png",   "sizes": "48x48",   "type": "image/png" },
    { "src": "/icons/toolist-72x72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/icons/toolist-96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/icons/toolist-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/toolist-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/toolist-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/toolist-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/toolist-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/toolist-256x256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/icons/toolist-384x384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/toolist-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/toolist-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "All Tools",
      "short_name": "Tools",
      "url": "/tools?source=pwa-shortcut",
      "icons": [{ "src": "/icons/toolist-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Calculators",
      "short_name": "Calculators",
      "url": "/categories/calculators?source=pwa-shortcut",
      "icons": [{ "src": "/icons/toolist-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Finance Tools",
      "short_name": "Finance",
      "url": "/categories/finance-tax?source=pwa-shortcut",
      "icons": [{ "src": "/icons/toolist-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "QR Generator",
      "short_name": "QR Code",
      "url": "/tools/qr-code-generator?source=pwa-shortcut",
      "icons": [{ "src": "/icons/toolist-96x96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/toolist-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "toolist home screen"
    }
  ]
}
