Skip to content

Commit

Permalink
fix: revert cookies and host permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Jun 25, 2024
1 parent 3a83e31 commit b55ae5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/recorder-crx/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
"page": "options.html",
"open_in_tab": false
},
"permissions": ["debugger", "tabs", "contextMenus", "storage", "cookies"],
"host_permissions": ["<all_urls>"]
"permissions": ["debugger", "tabs", "contextMenus", "storage"]
}

0 comments on commit b55ae5d

Please sign in to comment.