Tab Backup

Tab Backup

Import and export tabs as a json file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "0.6.4",
  "name": "Tab Backup",
  "description": "Import and export tabs to a file.",
  "permissions": [
    "tabs",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Tab Backup",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/[email protected]"
    },
    "theme_icons": [
      {
        "light": "icons/[email protected]",
        "dark": "icons/[email protected]",
        "size": 16
      },
      {
        "light": "icons/[email protected]",
        "dark": "icons/[email protected]",
        "size": 32
      },
      {
        "light": "icons/[email protected]",
        "dark": "icons/[email protected]",
        "size": 64
      }
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab17cf31-d05a-44c9-9b9b-603023cf9ce1}"
    }
  }
}