The Motley Fool Homepage

The Motley Fool Homepage

Track your favorite stocks and get the latest investing insights from Fool.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Motley Fool Homepage",
  "short_name": "fool.com",
  "description": "Track your favorite stocks and get the latest investing insights from Fool.com",
  "version": "1.04",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon16.png",
    "32": "img/icon48.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "https://fool.com/",
    "http://fool.com/",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.fool.com/*",
        "*://www.foolcdn.com/*"
      ],
      "js": [
        "js/foolcom.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://browser.sentry-cdn.com https://www.google-analytics.com https://ssl.google-analytics.com https://*.google.com https://*.foolcdn.com https://*.fool.com; object-src 'self'; frame-src 'self' https://www.fool.com;",
  "manifest_version": 2
}