Stash – AI-Enabled Tab Snapshots Tool Firefox

Examine source code of Stash – AI-Enabled Tab Snapshots Tool

Inspect and view changes in Stash – AI-Enabled Tab Snapshots Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stash",
  "description": "Stash saves your open tabs as a shareable snapshot link, inline or short. Local-first. No accounts. No tracking.",
  "version": "0.7.1",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "clipboardWrite",
    "notifications",
    "storage"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "https://stash.illo.fyi/*"
    ]
  },
  "web_accessible_resources": [
    "fonts/*.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "stash@stash-extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Stash",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://stash.illo.fyi/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Stash – AI-Enabled Tab Snapshots Tool Alternatives

Here are some Firefox add-ons that are similar to Stash – AI-Enabled Tab Snapshots Tool: