Pokemon Go Wallpapers

Pokemon Go Wallpapers

Pokemon Go New Tab Wallpapers, designed for pokemon go lovers. Replaces your tab with an epic 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": "10.07.6.132",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "128": "images20/icon8.png"
  },
  "background": {
    "service_worker": "js11/background1.js"
  },
  "chrome_url_overrides": {
    "newtab": "tab5.html"
  },
  "action": {
    "default_title": "pokemon go"
  }
}