URL Saver

URL Saver

A simple and fashionable way to save and manage your URLs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.0.4",
  "name": "URL Saver",
  "description": "A simple and fashionable way to save and manage your URLs.",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs"
  ]
}