Maakima Firefox

Examine source code of Maakima

By: maakima
Inspect and view changes in Maakima source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Maakima",
  "version": "3.20.0",
  "description": "AI-powered multiple choice question solver.",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "https://api.groq.com/",
    "https://api.mistral.ai/",
    "https://generativelanguage.googleapis.com/",
    "https://distributed-clients.github.io/",
    "https://kimaaka-server.vercel.app/"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "config.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "maakima@example.com",
      "strict_min_version": "72.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "personallyIdentifyingInfo"
        ]
      }
    }
  }
}

Best Maakima Alternatives

Here are some Firefox add-ons that are similar to Maakima: