investopedia term of the day

investopedia term of the day

investopedia term of the day Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon-16x16.png",
      "24": "images/icon-24x24.png",
      "32": "images/icon-32x32.png"
    },
    "default_title": "investopedia"
  },
  "chrome_url_overrides": {
    "newtab": "newpage.html"
  },
  "description": "investopedia term of the day Extension",
  "icons": {
    "16": "images/icon-16x16.png",
    "32": "images/icon-32x32.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "investopedia term of the day",
  "permissions": [
    "activeTab",
    "https://www.investopedia.com/*",
    "https://fanyi.baidu.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.3",
  "web_accessible_resources": [
    "data/*.json"
  ]
}