Kimaaka Firefox

Examine source code of Kimaaka

Inspect and view changes in Kimaaka source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kimaaka",
  "version": "3.0.0",
  "description": "AI-powered multiple choice question solver that analyzes screenshots & highlights correct answers with color-coded indicators.",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "https://generativelanguage.googleapis.com/*",
    "https://kimaakaserver1.onrender.com/*",
    "https://kimaakaserver2.onrender.com/*",
    "https://kimaakaserver3.onrender.com/*",
    "https://kimaakaserver4.onrender.com/*",
    "https://kimaakaserver5.onrender.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "config.js",
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "trigger_analysis": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Analyze screen with Gemini"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "kimaaka@kimaaka.com",
      "strict_min_version": "126.0"
    }
  }
}

Best Kimaaka Alternatives

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