{
  "manifest": {
    "manifest_version": 3,
    "name": "Huukhang Media Bridge",
    "version": "1.0.0",
    "permissions": [
      "activeTab",
      "scripting"
    ],
    "host_permissions": [
      "https://media.huukhang.com/*"
    ],
    "action": {
      "default_title": "Send to Huukhang Media"
    }
  },
  "background_js": "chrome.action.onClicked.addListener(async tab=>{await fetch('https://media.huukhang.com/api/remote/add',{method:'POST',headers:{'content-type':'application/json'},body:JSON.stringify({url:tab.url,mode:'video'})});});",
  "install": "Create an unpacked extension with manifest.json and background.js using these contents."
}