Dr. Stone Wallpaper

Dr. Stone Wallpaper

Dr. Stone wallpaper turn new tab to custom HD Dr. Stone Anime background. Dr. Stone 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": "50drstonebg44.js"
  },
  "action": {
    "default_icon": "drstoneimg/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "50drstoneindex44.html"
  },
  "icons": {
    "48": "drstoneimg/icon48.png",
    "128": "drstoneimg/icon128.png"
  },
  "version": "50.44.36.7",
  "permissions": [
    "unlimitedStorage",
    "storage"
  ]
}