All Movies Tab

All Movies Tab

The easy and fun way to watch trailers, explore popular movies and TV shows.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "All Movies Tab",
  "description": "The easy and fun way to watch trailers, explore popular movies and TV shows.",
  "version": "1.0.7",
  "homepage_url": "http://www.allmoviestab.com/",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/128.png",
    "default_popup": "pop.html",
    "default_title": "Open All Movies Tab"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "http://www.allmoviestab.com/favicon.png",
      "is_default": true,
      "keyword": "All Movies Tab",
      "name": "All Movies Tab",
      "search_url": "http://www.allmoviestab.com/search/1/?request={searchTerms}",
      "suggest_url": "http://www.allmoviestab.com/api/suggest.php?query={searchTerms}"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "http://*/*",
    "https://*/*"
  ]
}