{
  "name": "X-TUBE - เครื่องมือจัดการบุคมาร์ก",
  "short_name": "X-TUBE",
  "description": "ระบบจัดการบุคมาร์ก วิดีโอ และคอนเทนต์ส่วนตัว",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "th",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "บุคมาร์ก",
      "short_name": "บุคมาร์ก",
      "description": "ดูบุคมาร์กทั้งหมด",
      "url": "./bookmarks",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "คลังวิดีโอ",
      "short_name": "วิดีโอ",
      "description": "ดูวิดีโอ YouTube",
      "url": "./youtubes",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}