Embox

Embox

Embed content on any webpage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Embox",
  "description": "Embed content on any webpage.",
  "version": "3.4.8",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "emboxicon.png",
    "default_popup": "select.html"
  }
}