ASH Notes Taker Firefox

Examine source code of ASH Notes Taker

Inspect and view changes in ASH Notes Taker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ASH Notes",
  "version": "1.0.0",
  "description": "Highlight text and take notes on any webpage, synced across devices.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ash-notes@local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "ASH Notes",
    "default_popup": "popup/popup.html"
  },
  "sidebar_action": {
    "default_title": "ASH Notes",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png"
    }
  }
}

Best ASH Notes Taker Alternatives

Here are some Firefox add-ons that are similar to ASH Notes Taker: