Christmas Decorations Wallpapers HD New Tab

Christmas Decorations Wallpapers HD New Tab

Beautiful Christmas Decorations wallpaper with useful utilities

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Christmas Decorations Wallpapers HD New Tab",
  "description": "Beautiful Christmas Decorations wallpaper with useful utilities",
  "version": "1.0",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "128": "icon-128.png"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "<all_urls>",
    "chrome://favicon/*",
    "webRequestBlocking",
    "webRequest"
  ]
}