{
  "name": "LihatTool Studio",
  "short_name": "LihatTool",
  "description": "Web Visual & Video Studio Properti — Watermark, Banner, dan Video Editor tanpa server",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0B132B",
  "theme_color": "#0B132B",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/logo.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Video Studio",
      "short_name": "Video",
      "description": "Buka Editor Video LihatTool",
      "url": "video-editor.php",
      "icons": [{ "src": "assets/img/logo.svg", "sizes": "any" }]
    },
    {
      "name": "Image Studio",
      "short_name": "Image",
      "description": "Buka Image & Watermark Studio",
      "url": "watermark-tool.php",
      "icons": [{ "src": "assets/img/logo.svg", "sizes": "any" }]
    }
  ]
}

