{
  "name": "PulseMail",
  "short_name": "PulseMail",
  "description": "Modern email management with background sync",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#E61A86",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "communication"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Compose Email",
      "short_name": "Compose",
      "description": "Write a new email",
      "url": "/compose",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "View your inbox",
      "url": "/inbox",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    }
  ],
  "permissions": [
    "notifications",
    "background-sync",
    "periodic-background-sync"
  ]
}

