{
  "name": "Lightnin",
  "short_name": "Lightnin",
  "description": "Fast, mobile-first social network",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#FFD700",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/lightnin-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["social", "news"],
  "shortcuts": [
    {
      "name": "Compose Post",
      "short_name": "Compose",
      "url": "/compose",
      "icons": [{ "src": "/lightnin-favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "url": "/notifications",
      "icons": [{ "src": "/lightnin-favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages",
      "icons": [{ "src": "/lightnin-favicon.svg", "sizes": "96x96" }]
    }
  ]
}
