Pokemon Go Wallpaper

Pokemon Go Wallpaper

Pokemon Go New Tab Wallpapers, designed just for pokemon go lovers. Replaces your tab with pokemon go new tab wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "20.09.1.188",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "128": "images12/icon17.png"
  },
  "background": {
    "service_worker": "js13/background20.js"
  },
  "chrome_url_overrides": {
    "newtab": "tab2.html"
  },
  "action": {
    "default_title": "pokemon go"
  }
}