Amber - Personal Memory Capture Firefox

Examine source code of Amber - Personal Memory Capture

Inspect and view changes in Amber - Personal Memory Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Amber - Personal Memory Capture",
  "version": "0.1.0",
  "description": "One-click capture for commands, articles, quotes, and AI chat sessions into your local Amber memory vault.",
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "http://127.0.0.1:7474/*",
    "http://localhost:7474/*",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Amber Capture",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "commands": {
    "quick-save": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S"
      },
      "description": "Quickly save selected text or active page to Amber"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "amber@fretak.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Amber - Personal Memory Capture Alternatives

Here are some Firefox add-ons that are similar to Amber - Personal Memory Capture: