Naruto Shippuuden New Tab

Naruto Shippuuden New Tab

Naruto Shippuuden wallpapers in new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.1.8.1",
  "permissions": [
    "https://naruto-shippuuden.skytab.site/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://naruto-shippuuden.skytab.site/*"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    "*.jpg"
  ],
  "icons": {
    "128": "icon.png"
  },
  "offline_enabled": true,
  "default_locale": "en",
  "manifest_version": 2
}