Search Free Movies New Tab

Search Free Movies New Tab

Access free movies content from the new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search Free Movies New Tab",
  "version": "2.0.23",
  "description": "Access free movies content from the new tab page",
  "author": "Search Free Movies",
  "homepage_url": "https://home.searchfreemovies.com",
  "background": {
    "scripts": [
      "js/config.js",
      "js/libs/jquery.min.js",
      "js/libs/auto-login.js",
      "js/libs/googleAnalytics.js",
      "js/libs/api.js",
      "js/libs/track-bi-api.js",
      "js/BackgroundEvents.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://apis.google.com https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "management",
    "tabs",
    "http://*/*",
    "https://*/*",
    "cookies",
    "background"
  ],
  "web_accessible_resources": [
    "js/*",
    "newTabl.html"
  ],
  "browser_action": {
    "default_icon": "icon256.png",
    "default_title": "Search Free Movies​"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "16": "icon16.png",
    "64": "icon64.png",
    "128": "icon128.png",
    "256": "icon256.png"
  }
}