mirror of https://gitlab.com/ceda_ei/Lark
23 lines
347 B
JSON
23 lines
347 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"]
|
|
}
|
|
],
|
|
"icons": {
|
|
"96": "icons/icon-96.png"
|
|
},
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "lark@webionite.com"
|
|
}
|
|
}
|
|
}
|