*NEW* HD Pirates of the Caribbean New Tab

*NEW* HD Pirates of the Caribbean New Tab

For fans of the movie series Pirates of the Caribbean! Includes HD images of Jack Sparrow Captain Barbossa Black Pearl and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "*NEW* HD Pirates of the Caribbean New Tab",
  "version": "4.0.3.1",
  "description": "For fans of the movie series Pirates of the Caribbean! Includes HD images of Jack Sparrow Captain Barbossa Black Pearl and more!",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "*NEW* HD Pirates of the Caribbean New Tab",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    }
  },
  "options_page": "options.html",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "http://*.brandthunder.com/*",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}