Finmax Access

Finmax Access

Finmax Access

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "homepage_url": "https://finmax.com/",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "*://*/*"
  ],
  "icons": {
    "16": "icons/app/16.png",
    "48": "icons/app/48.png",
    "128": "icons/app/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/app/19.png",
      "38": "icons/app/38.png"
    }
  },
  "version": "0.1.0",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}