#40 Added empty permissions
This commit is contained in:
parent
baca4da40b
commit
abb35c8aae
3613
package-lock.json
generated
3613
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
"version": "$version",
|
||||
"version_name": "$semanticVersion",
|
||||
"description": "$description",
|
||||
"permissions": [],
|
||||
"manifest_version": 2,
|
||||
"author": "$author",
|
||||
"homepage_url": "$homepageURL",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"short_name": "$shortName",
|
||||
"version": "$version",
|
||||
"description": "$description",
|
||||
"permissions": [],
|
||||
"manifest_version": 2,
|
||||
"author": "$author",
|
||||
"developer": $developer,
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"version": "$version",
|
||||
"version_name": "$semanticVersion",
|
||||
"description": "$description",
|
||||
"permissions": [],
|
||||
"manifest_version": 2,
|
||||
"author": "$author",
|
||||
"developer": $developer,
|
||||
|
|
Loading…
Reference in a new issue