Simple bookmark

Simple bookmark

Save your favorite websites or save opened tabs, if you may need them in future, with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Simple bookmark",
  "description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.",
  "version": "6.9",
  "default_locale": "en",
  "icons": {
    "24": "star.png",
    "128": "star.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "jquery-1.js"
  },
  "action": {
    "default_icon": "star.png",
    "default_popup": "popup.html"
  }
}