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.
FutureX 6b432a54a5 Version 1.0.0
Исправлена проблема, что скрипт пытался запуститься, пока еще не загрузилась страница

-Более менее работает
-Добавил иконки в разных местах
2018-04-12 23:45:24 +03:00

26 lines
529 B
JSON

{
"name": "LMS helper ♥",
"description": "Easy answers from your heart. Made with love by FutureX",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"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"
]
}