New Tab HD Wallpapers - Mountains

New Tab HD Wallpapers - Mountains

New Tab HD Wallpapers - Mountains on every new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/lib/analytics.js",
      "js/lib/jquery-1.9.1.min.js",
      "js/lib/bootstrap.min.js",
      "js/app.js"
    ],
    "persistent": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "img/icon/icon-16.png",
    "24": "img/icon/icon-24.png",
    "32": "img/icon/icon-32.png",
    "128": "img/icon/icon-128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "offline_enabled": true,
  "permissions": [
    "background",
    "geolocation",
    "http://*/",
    "https://*/",
    "tabs",
    "storage"
  ],
  "short_name": "__MSG_extShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3.1"
}