Angelite Notes Firefox

Examine source code of Angelite Notes

Inspect and view changes in Angelite Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Angelite",
  "version": "1.1",
  "description": "A minimalistic note-taking extension",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "windows"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "app.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "angelite@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Angelite Notes Alternatives

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