Gistr: AI Notes & Highlights Firefox

Examine source code of Gistr: AI Notes & Highlights

By: Gistr
Inspect and view changes in Gistr: AI Notes & Highlights source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gistr: AI Notes & Highlights",
  "description": "Capture timestamped notes, take video screenshots, highlight text, and use your preferred AI model—all without leaving the page.",
  "version": "0.1.0",
  "icons": {
    "16": "icon/16x16.png",
    "32": "icon/32x32.png",
    "48": "icon/48x48.png",
    "96": "icon/96x96.png",
    "128": "icon/128x128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "websiteContent",
          "websiteActivity"
        ]
      },
      "id": "{f22b50e2-4cb2-4c93-ad60-a38318c24c6d}"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "storage",
    "webRequest",
    "https://gistr.so/*"
  ],
  "web_accessible_resources": [
    "/pages.html",
    "/menu.html",
    "content-scripts/gistr.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Default Sidebar Title"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/gistr.js"
      ]
    }
  ],
  "browser_action": {}
}

Best Gistr: AI Notes & Highlights Alternatives

Here are some Firefox add-ons that are similar to Gistr: AI Notes & Highlights: