{
  "name": "Televism — Multiplayer TV Station Management",
  "short_name": "Televism",
  "description": "Build your TV empire in Quotistan. A strategic multiplayer game about programming, licensing, and audience management in the 90s.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fbffe9",
  "theme_color": "#9be000",
  "orientation": "portrait-primary",
  "scope": "/",
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["games", "simulation"],
  "shortcuts": [
    {
      "name": "Play",
      "short_name": "Play",
      "description": "Start playing Televism",
      "url": "/channels/1",
      "icons": [
        {
          "src": "/icon-play-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
