{
  "name": "Custom Mail",
  "short_name": "Mail",
  "description": "Professional email client with templates, bulk send and QR codes",
  "start_url": "/compose",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compose",
      "short_name": "Compose",
      "url": "/compose",
      "icons": [
        {
          "src": "/icons/shortcut-compose.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Sent",
      "short_name": "Sent",
      "url": "/sent",
      "icons": [
        {
          "src": "/icons/shortcut-sent.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Templates",
      "short_name": "Templates",
      "url": "/templates",
      "icons": [
        {
          "src": "/icons/shortcut-templates.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Bulk Send",
      "short_name": "Bulk",
      "url": "/bulk",
      "icons": [
        {
          "src": "/icons/shortcut-bulk.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/compose.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Compose Email"
    },
    {
      "src": "/screenshots/sent.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sent History"
    }
  ]
}
