Media Hint

Media Hint

Use the Media Hint service to access the content you need on the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Media Hint",
  "description": "Use the Media Hint service to access the content you need on the internet.",
  "version": "3.1.2",
  "background": {
    "scripts": [
      "lib/app.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "data/off-16.png",
      "32": "data/off-32.png",
      "64": "data/off-32.png"
    },
    "default_title": "Media Hint: OFF"
  },
  "icons": {
    "48": "data/icon-48.png",
    "96": "data/icon-96.png",
    "128": "data/icon.png"
  },
  "permissions": [
    "proxy",
    "https://mediahint.com/*",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://mediahint.com/*"
    ]
  },
  "manifest_version": 2
}