Stacks - Save, Search and Organize Firefox

Examine source code of Stacks - Save, Search and Organize

Inspect and view changes in Stacks - Save, Search and Organize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stacks - Web Clipper and AI Assistant",
  "description": "The fastest way to save links, notes, and files with AI-powered recall.",
  "version": "3.0.4",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "bookmarks",
    "storage",
    "tabs",
    "scripting",
    "webRequest",
    "contextMenus",
    "notifications",
    "<all_urls>",
    "https://*.betterstacks.com/*",
    "https://betterstacks.com/*",
    "https://app.betterstacks.com/*",
    "http://app.betterstacks.com/*"
  ],
  "web_accessible_resources": [
    "orb.svg",
    "orb-png.png",
    "stacks-logo.png",
    "content-scripts/annotation.css",
    "content-scripts/search-recommendations.css",
    "content-scripts/social-import.css"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' ws://localhost:* http://localhost:* https://localhost:* https://api.betterstacks.com https://*.betterstacks.com https://betterstacks.com https://app.betterstacks.com https://unpkg.com https://cdn.jsdelivr.net;",
  "commands": {
    "quick-search": {
      "suggested_key": {
        "default": "Alt+Period",
        "mac": "Command+Period"
      },
      "description": "Quick Search"
    },
    "open-search-dialog": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Open Search Dialog"
    },
    "toggle-search-recommendations": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Toggle Search Recommendations"
    },
    "toggle-twitter-import": {
      "suggested_key": {
        "default": "Alt+Shift+T",
        "mac": "Command+Shift+T"
      },
      "description": "Toggle Twitter Import"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Stacks Browser Extension",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/annotation.js",
        "content-scripts/search-recommendations.js"
      ]
    },
    {
      "matches": [
        "*://*.betterstacks.com/*",
        "*://betterstacks.com/*",
        "*://www.betterstacks.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/parser.js",
        "content-scripts/toast.js",
        "content-scripts/toolbar.js"
      ]
    },
    {
      "matches": [
        "*://*.linkedin.com/*",
        "*://linkedin.com/*",
        "*://mobile.twitter.com/*",
        "*://mobile.x.com/*",
        "*://twitter.com/*",
        "*://www.linkedin.com/*",
        "*://x.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/social-import.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{71ac3db5-d165-404c-a203-206acc51e59c}"
    }
  }
}

Best Stacks - Save, Search and Organize Alternatives

Here are some Firefox add-ons that are similar to Stacks - Save, Search and Organize: