One Piece Anime Wallpaper

One Piece Anime Wallpaper

One Piece turn new tab to HD custom One Piece wallpaper. One Piece wallpaper background theme for anime fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "background": {
    "service_worker": "85onepiecebg51.js"
  },
  "action": {
    "default_icon": "onepieceimg/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "85onepieceindex51.html"
  },
  "icons": {
    "48": "onepieceimg/icon48.png",
    "128": "onepieceimg/icon128.png"
  },
  "version": "8.51.36.1",
  "permissions": [
    "unlimitedStorage",
    "storage"
  ]
}