EE Play New Tab Forums

EE Play New Tab Forums

By using this, you agree to terms of service http://ee-recommender.herokuapp.com/tos.txt and any other terms of service(s) and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EE Play New Tab Forums",
  "version": "0.1",
  "background": {
    "scripts": [
      "contentscripts.js"
    ]
  },
  "permissions": [
    "tabs",
    "webRequest",
    "http://eeforums.cf/*"
  ],
  "web_accessible_resources": [
    "img/star-on.png",
    "img/star-off.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://eeforums.cf/*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "content.js"
      ]
    }
  ]
}