{
  "id": "./index.html",
  "name": "VibeStream Cinema & Media Hub",
  "short_name": "VibeStream",
  "description": "High-performance client-side media gallery, cinema player, and URL crawler hub.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "orientation": "any",
  "theme_color": "#09090b",
  "background_color": "#09090b",
  "prefer_related_applications": false,
  "categories": [
    "entertainment",
    "multimedia",
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "shortcuts": [
    {
      "name": "Add Media",
      "short_name": "Add",
      "description": "Add new video streams to your library",
      "url": "./index.html#add",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Favorites",
      "short_name": "Favs",
      "description": "Open your favorite media collection",
      "url": "./index.html#favs",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Crawler Hub",
      "short_name": "Crawler",
      "description": "Open the client-side URL crawler hub",
      "url": "./index.html#crawler",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}