Study Helper

Study Helper

Get quick, reliable answers to your homework and study questions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Study Helper",
  "version": "1.0",
  "description": "Get quick, reliable answers to your homework and study questions.",
  "icons": {
    "16": "studyhelper16.png",
    "48": "studyhelper48.png",
    "128": "studyhelper128.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://brainly.com/question/*"
      ],
      "js": [
        "brainly.js"
      ]
    }
  ]
}