Some checks failed
Close inactive issues / close-issues (push) Has been cancelled
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "__addonName__",
|
|
"version": "__buildVersion__",
|
|
"description": "__description__",
|
|
"author": "__author__",
|
|
"icons": {
|
|
"48": "chrome/content/icons/favicon@0.5x.png",
|
|
"96": "chrome/content/icons/favicon.png"
|
|
},
|
|
"applications": {
|
|
"zotero": {
|
|
"id": "__addonID__",
|
|
"update_url": "__updaterdf__",
|
|
"strict_min_version": "6.0.*",
|
|
"strict_max_version": "6.999"
|
|
}
|
|
}
|
|
}
|