45 lines
881 B
JSON
45 lines
881 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "logsdu",
|
|
"version": "0.1.0",
|
|
"description": "Fills and submits a three-field academic portal login.",
|
|
"icons": {
|
|
"48": "icons/logsdu.svg",
|
|
"96": "icons/logsdu.svg"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "logsdu@beco.cc",
|
|
"strict_min_version": "115.0",
|
|
"data_collection_permissions": {
|
|
"required": ["none"]
|
|
}
|
|
}
|
|
},
|
|
"permissions": ["storage"],
|
|
"host_permissions": ["*://*/*"],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*/*"],
|
|
"js": ["content.js"],
|
|
"run_at": "document_idle",
|
|
"all_frames": false
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["injected.js"],
|
|
"matches": ["*://*/*"]
|
|
}
|
|
],
|
|
"options_ui": {
|
|
"page": "options.html",
|
|
"open_in_tab": true
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "logsdu",
|
|
"default_icon": "icons/logsdu.svg"
|
|
}
|
|
}
|