Stylish New Tab - Wallpaper /Video Background

Stylish New Tab - Wallpaper /Video Background

Stylish New Tab - Picture or Video Background

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stylish New Tab - Wallpaper /Video Background",
  "version": "0.0.0.12",
  "description": "Stylish New Tab - Picture or Video Background",
  "manifest_version": 2,
  "options_page": "html/options.html",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon32.png"
  },
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icons128.png"
  }
}