Tokyo Ghoul Wallpaper

Tokyo Ghoul Wallpaper

Tokyo Ghoul Wallpaper turn new tab to custom HD Tokyo Ghoul background. Tokyo Ghoul wallpaper 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": "09tokyoghoulbg11.js"
  },
  "action": {
    "default_icon": "tokyoghoulimg/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "09tokyoghoulindex11.html"
  },
  "icons": {
    "48": "tokyoghoulimg/icon48.png",
    "128": "tokyoghoulimg/icon128.png"
  },
  "version": "9.11.36.2",
  "permissions": [
    "unlimitedStorage",
    "storage"
  ]
}