mirror of https://gitlab.com/ceda_ei/Lark
20 lines
298 B
JSON
20 lines
298 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "Lark",
|
||
|
"version": "1.0",
|
||
|
|
||
|
"description": "Fixes input boxes on dark themes.",
|
||
|
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": ["<all_urls>"],
|
||
|
"js": ["lark.js"]
|
||
|
}
|
||
|
],
|
||
|
"applications": {
|
||
|
"gecko": {
|
||
|
"id": "lark@webionite.com"
|
||
|
}
|
||
|
}
|
||
|
}
|