Skip to content

Commit

Permalink
remove storage permission, update version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stu00608 committed Dec 30, 2022
1 parent 1e2d9bc commit d1c481a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "ChatGPT Screenshot",
"action": {},
"manifest_version": 3,
"version": "0.0.3",
"version": "0.0.4",
"description": "Takes a screenshot of the whole conversation in each chat room in a ChatGPT webpage",
"permissions": [
"activeTab",
"scripting",
"storage"
"scripting"
],
"background": {
"service_worker": "background.js"
Expand Down

0 comments on commit d1c481a

Please sign in to comment.