{
  "name": "CANA The fun APP",
  "short_name": "CANA",
  "description": "The fun streaming app for movies and entertainment",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#DC2626",
  "orientation": "any",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/og-image.png",
      "type": "image/png",
      "sizes": "1200x640",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "categories": ["entertainment", "video"],
  "screenshots": [
    {
      "src": "/og-image.png",
      "type": "image/png",
      "sizes": "512x512",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Movies",
      "url": "/?source=pwa",
      "description": "Browse movies and trailers"
    }
  ],
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
