Insight Capture Button CM Firefox

Examine source code of Insight Capture Button CM

Inspect and view changes in Insight Capture Button CM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Insight Capture Button",
  "version": "1.3",
  "description": "Quickly capture ideas, insights, and important thoughts while browsing the web.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Insight Capture",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Insight-Capture-Button",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Insight Capture Button CM Alternatives

Here are some Firefox add-ons that are similar to Insight Capture Button CM: