Onedepth

Onedepth

Onedepth

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Onedepth",
  "version": "1.0.2",
  "description": "Onedepth",
  "icons": {
    "128": "Images/icon128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "webNavigation",
    "cookies"
  ],
  "background": {
    "scripts": [
      "options_storage.js",
      "Libs/taffy-min.js",
      "common.js",
      "utils.js",
      "libs.js",
      "apis.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Images/off.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.onedepth.com/*"
    ]
  },
  "options_page": "options.html",
  "manifest_version": 2
}