HBO Enhanced

HBO Enhanced

Enhance HBO streaming experience with Shortcut Keys and Ad Blocking features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.3",
  "name": "HBO Enhanced",
  "description": "Enhance HBO streaming experience with Shortcut Keys and Ad Blocking features",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "permissions": [],
  "browser_action": {
    "default_icon": "img/128.png"
  },
  "manifest_version": 2
}