{
  "name": "PlayTube Offline PWA",
  "short_name": "PlayTube",
  "description": "Offline Video Player PWA dengan mode YouTube & TikTok",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%236d4aff'/><path d='M38 30 L72 50 L38 70 Z' fill='%23ffffff'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%236d4aff'/><path d='M38 30 L72 50 L38 70 Z' fill='%23ffffff'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}