Link Saver

Link Saver

This is an extension that allows users to keep a track of the links of websites they like so that they can access them in the future

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "Link Saver",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs"
  ],
  "update_URL": [
    "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
  ],
  "short description": "Never lose the link to an awesome site again with Links Tracker!",
  "description": "This is an extension that allows users to keep a track of the links of websites they like so that they can access them in the future",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}