{
  "name": "BRANDR",
  "short_name": "BRANDR",
  "description": "Video branding and media processing studio",
  "start_url": "/portal/",
  "display": "standalone",
  "background_color": "#0b0b0f",
  "theme_color": "#0b0b0f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/img/brandr_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "video", "utilities"],
  "shortcuts": [
    {
      "name": "Create",
      "short_name": "Create",
      "description": "Brand a video",
      "url": "/portal/brand"
    },
    {
      "name": "Get Media",
      "short_name": "Download",
      "description": "Download videos from links",
      "url": "/portal/download"
    }
  ]
}
