Tab Saver

Tab Saver

Save your tabs to use them later

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Saver",
  "version": "1.0.0",
  "description": "Save your tabs to use them later",
  "action": {
    "default_icon": "icons/boxIcon.png",
    "default_popup": "popup.html",
    "default_title": "Tab Saver"
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "512": "icons/boxIcon.png"
  }
}