Daily Learn Capsule Firefox

Examine source code of Daily Learn Capsule

Inspect and view changes in Daily Learn Capsule source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Daily Learn Capsule",
  "version": "1.0.0",
  "description": "Each day save one random snippet from your reading and quiz yourself later.",
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{49d696e4-63d7-4198-8a13-f1855dd8a732}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Daily Learn Capsule Alternatives

Here are some Firefox add-ons that are similar to Daily Learn Capsule: