{
  "name": "QVIC",
  "short_name": "QVIC",
  "description": "Internal productivity dashboard for AI ads teams",
  "start_url": "./index.html#/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#060508",
  "theme_color": "#060508",
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Reviews",
      "url": "./index.html#/reviews",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Board",
      "url": "./index.html#/board",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Performance",
      "url": "./index.html#/campaigns",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Tasks",
      "url": "./index.html#/tasks",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
