Website Tracker

Website Tracker

Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0",
  "options_page": "options.html",
  "name": "Website Tracker",
  "action": {
    "default_popup": "index.html",
    "default_icon": "images-removebg-preview.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "worker_container.js"
  },
  "default_locale": "en"
}