Shop-Shop, Treat yo’ self and Search

Shop-Shop, Treat yo’ self and Search

Shop-Shop, Treat yo’ self and Search By HBM Edison, Ltd

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/logo128.png",
    "default_title": "Shop-Shop, Treat yo’ self and Search"
  },
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "description": "Shop-Shop, Treat yo’ self and Search By HBM Edison, Ltd",
  "icons": {
    "16": "icons/logo16.png",
    "32": "icons/logo32.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "background": {
    "service_worker": "html/js/background.js"
  },
  "manifest_version": 3,
  "name": "Shop-Shop, Treat yo’ self and Search",
  "short_name": "Shop-Shop",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.3.3"
}