#40 Added empty permissions

This commit is contained in:
Serraniel 2020-09-06 22:31:45 +02:00
parent baca4da40b
commit abb35c8aae
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
6 changed files with 3592 additions and 41 deletions

3613
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,8 @@
"build:prod": "cross-env NODE_ENV=production gulp build",
"dist": "gulp dist",
"dist:prod": "cross-env NODE_ENV=production gulp dist",
"watch": "gulp dist && gulp watch"
"watch": "gulp dist && gulp watch",
"publish:firefox": "web-ext build --source-dir ./dist/firefox"
},
"repository": {
"type": "git",
@ -21,11 +22,9 @@
"email": "mail@serraniel.dev",
"url": "https://serraniel.dev"
},
"contributors": [
{
"name": "Kaffem"
}
],
"contributors": [{
"name": "Kaffem"
}],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Serraniel/AniwatchPlus/issues",
@ -66,6 +65,7 @@
"merge-stream": "^2.0.0",
"sass": "^1.26.10",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
"vinyl-source-stream": "^2.0.0",
"web-ext": "^5.0.0"
}
}
}

View file

@ -4,6 +4,7 @@
"version": "$version",
"version_name": "$semanticVersion",
"description": "$description",
"permissions": [],
"manifest_version": 2,
"author": "$author",
"homepage_url": "$homepageURL",

View file

@ -3,6 +3,7 @@
"short_name": "$shortName",
"version": "$version",
"description": "$description",
"permissions": [],
"manifest_version": 2,
"author": "$author",
"developer": $developer,

View file

@ -4,6 +4,7 @@
"version": "0.1.0.0",
"version_name": "0.1 Beta",
"description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.",
"permissions": [],
"manifest_version": 2,
"author": "Serraniel",
"developer": {

View file

@ -4,6 +4,7 @@
"version": "$version",
"version_name": "$semanticVersion",
"description": "$description",
"permissions": [],
"manifest_version": 2,
"author": "$author",
"developer": $developer,