One Piece theme newtab. 1080P HD wallpaper

One Piece theme newtab. 1080P HD wallpaper

Pick new tab extension to provide high-quality 1080p HD Wallpaper and redefine the browser's 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": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.4",
  "default_locale": "zh_CN",
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "minimum_chrome_version": "81.0.0",
  "optional_permissions": [
    "https://cn.bing.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html#/"
  },
  "browser_action": {
    "default_icon": "icons/128.png",
    "default_title": "__MSG_name__",
    "default_popup": "index.html#/popup"
  },
  "icons": {
    "128": "icons/icon.png"
  },
  "background": {
    "page": "index.html#/background",
    "persistent": true
  }
}