Harry Potter Wallpaper Custom New Tab

Harry Potter Wallpaper Custom New Tab

Harry Potter New Tab is custom newtab with Harry Potter wallpapers. Theme made for Harry Potter fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "TabDoctor",
  "background": {
    "service_worker": "content/background.js"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "img/icon-128.png",
    "48": "img/icon-128.png",
    "128": "img/icon-128.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "minimum_chrome_version": "88",
  "name": "__MSG_extTitle__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1"
}