20 lines
460 B
JSON
20 lines
460 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|