Add author info to extension manifest

This commit is contained in:
hensm
2019-03-12 11:25:59 +00:00
parent 8f942373e7
commit 98d0e7acce
3 changed files with 17 additions and 6 deletions

View File

@@ -2,6 +2,10 @@
"name": "__MSG_extensionName__"
, "description": "__MSG_extensionDescription__"
, "version": "EXTENSION_VERSION"
, "developer": {
"name": "AUTHOR"
, "url": "AUTHOR_HOMEPAGE"
}
, "applications": {
"gecko": {