{
  "name": "Dashboard",
  "short_name": "Dashboard",
  "description": "Your personal intelligence studio. Intriguing 60-second brief every morning. Share YouTube videos to build your clip library.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["news", "productivity", "finance", "entertainment"],
  "shortcuts": [
    {
      "name": "Projects & Clips",
      "short_name": "Clips",
      "url": "/projects.html",
      "description": "Your saved clips and media lab"
    }
  ]
}
