Links tracker

Links tracker

a light extension that saves favourite links and urls in browser's storage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0",
  "name": "Links tracker",
  "description": "a light extension that saves favourite links and urls in browser's storage",
  "action": {
    "default_popup": "index.html",
    "default_icon": "LS.png"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}