Mountain HD Wallpaper New Tab Theme

Mountain HD Wallpaper New Tab Theme

Custom new tab background theme with Mountain HD wallpapers in every new tab easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.2resigned1",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "build/icon_16.png",
      "24": "build/icon_24.png",
      "32": "build/icon_32.png"
    }
  },
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "icons": {
    "16": "build/icon_16.png",
    "24": "build/icon_24.png",
    "128": "build/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "build/oh-new-tab.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d1b2517-cc23-4374-b7b9-b13317c4bf73}"
    }
  }
}