memora- extension to your memory Firefox

Examine source code of memora- extension to your memory

Inspect and view changes in memora- extension to your memory source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "memora - extension to your memory",
  "version": "1.0.1",
  "description": "Save links, highlights, images, and videos. Organize into folders. Recall instantly.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "contextMenus",
    "bookmarks"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "19": "icons/icon19.png",
      "32": "icons/icon32.png",
      "38": "icons/icon38.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "popup.js",
        "style.css",
        "icons/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "32": "icons/icon32.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "host_permissions": [
    "https://api.memora.directory/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "memora@kishorwalke.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "bookmarksInfo",
          "websiteActivity",
          "websiteContent"
        ]
      }
    }
  }
}

Best memora- extension to your memory Alternatives

Here are some Firefox add-ons that are similar to memora- extension to your memory: