Plus500

Plus500

Trade with the Plus500 App on Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "i24px.png",
    "default_title": "Plus500"
  },
  "description": "Trade with the Plus500 App on Google Chrome",
  "homepage_url": "https://online-trading-tools.com/chrome",
  "icons": {
    "16": "i24px.png",
    "48": "i48px.png",
    "128": "i128px.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "Plus500",
  "offline_enabled": true,
  "options_page": "options-page.html",
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3"
}