Easy A+

Easy A+

Your Secret Weapon for Straight A's - Ace Tests, Quizzes, and Homework, with AI-Powered Precision.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Easy A+",
  "version": "1.0.0",
  "description": "Your Secret Weapon for Straight A's - Ace Tests, Quizzes, and Homework, with AI-Powered Precision.",
  "icons": {
    "16": "/img/logo.png",
    "19": "/img/logo.png",
    "38": "/img/logo.png",
    "48": "/img/logo.png",
    "128": "/img/logo.png"
  },
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "/img/logo.png",
      "19": "/img/logo.png",
      "38": "/img/logo.png",
      "48": "/img/logo.png",
      "128": "/img/logo.png"
    }
  },
  "background": {
    "service_worker": "background/index.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/vendor/Jcrop.gif",
        "/content/pixel.png",
        "/img/logo.png",
        "/img/button-image.png"
      ]
    }
  ],
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ]
}