#32 Added storage permission to manifest files
This commit is contained in:
parent
1dff60dc3b
commit
20eca07408
|
@ -5,6 +5,7 @@
|
||||||
"version_name": "$semanticVersion",
|
"version_name": "$semanticVersion",
|
||||||
"description": "$description",
|
"description": "$description",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
"storage",
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
],
|
],
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"version": "$version",
|
"version": "$version",
|
||||||
"description": "$description",
|
"description": "$description",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
"storage",
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
],
|
],
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"version_name": "0.3.0 Beta",
|
"version_name": "0.3.0 Beta",
|
||||||
"description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.",
|
"description": "Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
"storage",
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
],
|
],
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"version_name": "$semanticVersion",
|
"version_name": "$semanticVersion",
|
||||||
"description": "$description",
|
"description": "$description",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
"storage",
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
],
|
],
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
Loading…
Reference in a new issue