Research Notes & References Firefox

Examine source code of Research Notes & References

Inspect and view changes in Research Notes & References source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Research Notes & References",
  "version": "1.0.0",
  "description": "Highlight text on any webpage, save it with its source, and return to the exact passage later.",
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "Research Notes",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "options_ui": {
    "page": "src/pages/library.html",
    "open_in_tab": true
  },
  "permissions": [
    "menus",
    "storage",
    "scripting",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "commands": {
    "save-selection": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Alt+Shift+S"
      },
      "description": "Save selected text to Research Notes"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "research-notes@local",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Research Notes & References Alternatives

Here are some Firefox add-ons that are similar to Research Notes & References: