Skip to content

Commit

Permalink
fix: rm storage purple potassium (#12)
Browse files Browse the repository at this point in the history
* fix: rm storage purple potassium

* fix: update workflow perms manifest
  • Loading branch information
GangGreenTemperTatum authored Dec 27, 2024
1 parent 0816592 commit 5205719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Validate manifest permissions
run: |
PERMISSIONS=$(node -p "JSON.stringify(require('./manifest.json').permissions)")
EXPECTED_PERMISSIONS='["activeTab","scripting","storage","downloads"]'
EXPECTED_PERMISSIONS='["activeTab","scripting","downloads"]'
if [ "$PERMISSIONS" = "$EXPECTED_PERMISSIONS" ]; then
echo "Manifest permissions are valid"
else
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "DOMspy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Web security tool to help developers and security professionals understand the DOM and how it can be manipulated.",
"icons": {
"48": "images/DOMspy48.png",
Expand All @@ -17,7 +17,6 @@
"permissions": [
"activeTab",
"scripting",
"storage",
"downloads"
],
"content_scripts": [{
Expand Down

0 comments on commit 5205719

Please sign in to comment.