{
  "name": "Goblinbox",
  "short_name": "Goblinbox",
  "description": "A censorship-resistant, decentralized video platform powered by the Nostr protocol.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "lang": "en",
  "dir": "ltr",
  "categories": ["entertainment", "social"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "splash_pages": null,
  "screenshots": [
    {
      "src": "/images/splash-portrait.png",
      "sizes": "1024x1536",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Goblinbox home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Streams",
      "short_name": "Live",
      "description": "Watch live streams",
      "url": "/live?source=pwa",
      "icons": [{ "src": "/images/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Trending Videos",
      "short_name": "Trending",
      "description": "Browse trending videos",
      "url": "/trending?source=pwa",
      "icons": [{ "src": "/images/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Following",
      "short_name": "Following",
      "description": "Videos from people you follow",
      "url": "/following?source=pwa",
      "icons": [{ "src": "/images/favicon.png", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
