Update license
This commit is contained in:
parent
04ea7ea753
commit
f8f6a95b0f
3 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,3 +23,4 @@ Thumbs.db
|
||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
.amo-upload-uuid
|
||||||
|
|
|
||||||
3
.web-extension-id
Normal file
3
.web-extension-id
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# This file was created by https://github.com/mozilla/web-ext
|
||||||
|
# Your auto-generated extension ID for addons.mozilla.org is:
|
||||||
|
{779d5dae-2017-4ffd-a2ba-ee7126e83502}
|
||||||
8
amo-metadata.json
Normal file
8
amo-metadata.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"version": {
|
||||||
|
"license": "MPL-2.0"
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"firefox": ["bookmarks"]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue