Ocean HD Wallpapers New Tab theme

Ocean HD Wallpapers New Tab theme

This cool Ocean HD Wallpapers New Tab theme extension comes with more than 15 beautiful high quality big blue Ocean wallpapers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-3.3.1.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon16.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self' https://s3.us-east-2.amazonaws.com/ https://ssl.google-analytics.com https://www.googletagmanager.com https://www.google-analytics.com https://json.geoiplookup.io https://query.yahooapis.com; object-src 'self'",
  "description": "This cool Ocean HD Wallpapers New Tab theme extension comes with more than 15 beautiful high quality big blue Ocean wallpapers",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "Ocean HD Wallpapers New Tab theme",
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "storage",
    "contextMenus",
    "notifications",
    "bookmarks",
    "management"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "web_accessible_resources": [
    "*"
  ]
}