{
  "name": "PrivateBlast",
  "short_name": "PrivateBlast",
  "description": "Private blast messaging for nightlife professionals. Send one message — every recipient gets it like a personal 1-on-1 text.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#06060d",
  "theme_color": "#06060d",
  "orientation": "portrait-primary",
  "categories": ["productivity", "social", "business", "entertainment"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "PrivateBlast — private blast messaging"
    },
    {
      "src": "/images/pb-blast.jpg",
      "sizes": "800x600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Compose a blast"
    },
    {
      "src": "/images/pb-contacts.jpg",
      "sizes": "800x600",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Manage your contacts"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Send a Blast",
      "short_name": "Blast",
      "description": "Compose and send a new blast",
      "url": "/#blast",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "My Contacts",
      "short_name": "Contacts",
      "description": "View and manage your contacts",
      "url": "/#contacts",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
