Chrome Shopping

Chrome Shopping

Chrome Shopping

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chrome Shopping",
  "description": "Chrome Shopping",
  "version": "1.0.2",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "128": "icon_128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "button.png"
  },
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://get-info-by-url-phywzoh4iq-uc.a.run.app/"
  ]
}