Nanatsu no Taizai Anime HD Wallpaper New Tab

Nanatsu no Taizai Anime HD Wallpaper New Tab

Install my Nanatsu no Taizai Anime HD new tabs and enjoy varied HD wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.0",
  "default_locale": "en",
  "icons": {
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_title": "Nanatsu no Taizai Anime HD Wallpaper New Tab"
  },
  "permissions": [
    "tabs"
  ]
}