{
  "name": "TVC247 management dashboard",
  "short_name": "TVC247",
  "description": "News management dashboard for TVC247 editors",
  "start_url": "/management",
  "scope": "/management",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0F3260",
  "background_color": "#030714",
  "categories": ["news", "productivity"],
  "icons": [
    {
      "src": "/tvc247logo.png",
      "sizes": "865x865",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tvc247logo.png",
      "sizes": "865x865",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/tvc247logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/tvc247logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/tvc247logo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Article",
      "short_name": "New Article",
      "description": "Create a new article",
      "url": "/management/articles",
      "icons": [
        {
          "src": "/tvc247logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Analytics",
      "short_name": "Analytics",
      "description": "View article analytics",
      "url": "/management/analytics",
      "icons": [
        {
          "src": "/tvc247logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
