{
  "name": "VidLabs — Real-Trained Creator Toolkit",
  "short_name": "VidLabs",
  "description": "Audits, scripts, hooks, ideas, posting goals — the all-in-one creator toolkit.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0f",
  "theme_color": "#0b0b12",
  "orientation": "portrait",
  "categories": ["productivity", "social", "business"],
  "icons": [
    { "src": "/icon-192.png?v=23", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png?v=23", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/icon-maskable-512.png?v=23",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png?v=23",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Run an audit",
      "short_name": "Audit",
      "url": "/audit",
      "icons": [{ "src": "/icon-192.png?v=23", "sizes": "192x192" }]
    },
    {
      "name": "Generators",
      "short_name": "Tools",
      "url": "/tools",
      "icons": [{ "src": "/icon-192.png?v=23", "sizes": "192x192" }]
    },
    {
      "name": "Find my niche",
      "short_name": "Discover",
      "url": "/discover",
      "icons": [{ "src": "/icon-192.png?v=23", "sizes": "192x192" }]
    }
  ]
}
