This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
460 B
JSON
Raw Normal View History

{
"name": "LMS helper ♥",
"description": "Easy answers from your heart. Made with love by FutureX",
"version": "1.4.8.8",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [ "*://www.cambridgelms.org/*" ],
"js": [ "jquery.js", "background.js" ],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
"/injected.js"
]
}