Military Wallpaper for New Tab

Military Wallpaper for New Tab

Get new Military Wallpaper Backgrounds for New Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Military Wallpaper for New Tab",
  "description": "Get new Military Wallpaper Backgrounds for New Tab",
  "version": "1.0.2",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "128": "icon-12.png"
    }
  },
  "icons": {
    "128": "icon-12.png"
  },
  "background": {
    "scripts": [
      "javascript/bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "chrome://favicon/*",
    "*://www.google.com/*",
    "webRequestBlocking",
    "webRequest"
  ]
}