{
  "name": "Rollit — Rate Everything",
  "short_name": "Rollit",
  "description": "Rate movies and TV. Every voice counts equally.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#090a0f",
  "theme_color": "#090a0f",
  "categories": ["entertainment", "social"],
  "related_applications": [
    { "platform": "webapp", "url": "https://rollit.site/manifest.json" }
  ],
  "protocol_handlers": [
    { "protocol": "web+rollit", "url": "/?launch=%s" }
  ],
  "icons": [
    { "src": "/public/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/public/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "My profile",
      "url": "/profile",
      "icons": [{ "src": "/public/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "url": "/calendar",
      "icons": [{ "src": "/public/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "The Drops",
      "url": "/drops",
      "icons": [{ "src": "/public/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
