BLACKPINK Pink Venom Wallpapers New Tab

BLACKPINK Pink Venom Wallpapers New Tab

BLACKPINK Pink Venom will please every Blackpink fans. Replace your basic tab to a minimalist customizable BLACKPINK themed tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.0",
  "name": "__MSG_appName__",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "action": {
    "default_icon": "icon.png"
  },
  "offline_enabled": true,
  "background": {
    "service_worker": "js/service-worker.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [],
  "icons": {
    "128": "icon128.png"
  },
  "author": "Kipleb"
}