{
  "id": "/",
  "name": "Mango Pop",
  "short_name": "Mango Pop",
  "description": "Mango Pop screens every new sender, sorts the rest into Inbox, Someday, and Receipts, and drafts replies in your voice — all inside Gmail.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/inbox",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#D93025",
  "background_color": "#F5F4EF",
  "categories": ["productivity", "business", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New message",
      "short_name": "Compose",
      "url": "/compose",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Gatekeeper",
      "short_name": "Gatekeeper",
      "url": "/gatekeeper",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "url": "/inbox?focus=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
