Skip to content

Commit 5205719

Browse files
fix: rm storage purple potassium (#12)
* fix: rm storage purple potassium * fix: update workflow perms manifest
1 parent 0816592 commit 5205719

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Validate manifest permissions
6868
run: |
6969
PERMISSIONS=$(node -p "JSON.stringify(require('./manifest.json').permissions)")
70-
EXPECTED_PERMISSIONS='["activeTab","scripting","storage","downloads"]'
70+
EXPECTED_PERMISSIONS='["activeTab","scripting","downloads"]'
7171
if [ "$PERMISSIONS" = "$EXPECTED_PERMISSIONS" ]; then
7272
echo "Manifest permissions are valid"
7373
else

manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "DOMspy",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Web security tool to help developers and security professionals understand the DOM and how it can be manipulated.",
66
"icons": {
77
"48": "images/DOMspy48.png",
@@ -17,7 +17,6 @@
1717
"permissions": [
1818
"activeTab",
1919
"scripting",
20-
"storage",
2120
"downloads"
2221
],
2322
"content_scripts": [{

0 commit comments

Comments
 (0)