{
  "id": "/",
  "name": "Goldpro Technolology",
  "short_name": "Goldtech",
  "description": "A fast and lightweight video player to watch your favorite videos offline.",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#000000",
  "theme_color": "#000000",
  "dir": "ltr",
  "lang": "en",
  "orientation": "any",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://www.chyke.online"
    }
  ],
  "icons": [
    {
      "src": "icon/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icon/goldpro.jpg",
      "sizes": "1280x720",
      "type": "image/jpg",
      "form_factor": "wide",
      "label": "Goldtech Video Player"
    },
    {
      "src": "icon/goldpro_1.jpg",
      "sizes": "720x1280",
      "type": "image/jpg",
      "form_factor": "narrow",
      "label": "Goldtech Video Player"
    }
  ],
  "categories": [
    "video"
  ],
  "shortcuts": [
    {
      "name": "Recent",
      "url": "/?page=history",
      "description": "View your recently watched videos"
    },
    {
      "name": "Take Note",
      "url": "/?page=notes",
      "description": "Jot down notes while watching"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+player",
      "url": "/?open=%s"
    }
  ],
  "share_target": {
    "method": "GET",
    "action": "/?share=video",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "video/*": [
          ".mp4",
          ".mkv",
          ".webm",
          ".avi",
          ".mov"
        ]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "note_taking": {
    "new_note_url": "/?page=notes"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "Goldtech Quick Player",
      "description": "Quickly access recent videos and controls.",
      "tag": "player-widget",
      "template": "widgets/player-template.json",
      "ms_ac_template": "widgets/player-adaptive-card.json",
      "data": "widgets/player-data.json",
      "type": "application/json",
      "icons": [
        {
          "src": "icon/launchericon-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": ""
}

