MoviesFanatic

MoviesFanatic

MoviesFanatic is the ultimate tool for movie lovers. It brings all the latest movie news straight to you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.816.547",
  "name": "MoviesFanatic",
  "description": "MoviesFanatic is the ultimate tool for movie lovers. It brings all the latest movie news straight to you.",
  "icons": {
    "128": "icons/MoviesFanatic-128.png"
  },
  "background": {
    "scripts": [
      "js/brand.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/MoviesFanatic-128.png",
    "default_title": "New Tab"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.moviesfanatic.com/*"
      ],
      "js": [
        "js/contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "chrome_url_overrides": {
    "newtab": "html/newtab.html"
  },
  "web_accessible_resources": [
    "icons/checker.gif"
  ],
  "permissions": [
    "*://*.moviesfanatic.com/*",
    "https://*.aztecbe.com/*",
    "cookies",
    "storage"
  ]
}