Skip to content

Commit

Permalink
updated manifest, remove icon data
Browse files Browse the repository at this point in the history
  • Loading branch information
stu00608 committed Dec 29, 2022
1 parent d77a5b8 commit b2a30a0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file removed icon/icon128.png
Binary file not shown.
Binary file removed icon/icon16.png
Binary file not shown.
Binary file removed icon/icon32.png
Binary file not shown.
Binary file removed icon/icon48.png
Binary file not shown.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ChatGPT Screenshot",
"action": {},
"manifest_version": 3,
"version": "0.0.1",
"version": "0.0.2",
"description": "Takes a screenshot of the whole conversation in each chat room in a ChatGPT webpage",
"permissions": [
"activeTab",
Expand All @@ -12,10 +12,10 @@
"service_worker": "background.js"
},
"icons": {
"16": "icon/icon16.png",
"32": "icon/icon32.png",
"48": "icon/icon48.png",
"128": "icon/icon128.png"
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
Expand Down
File renamed without changes

0 comments on commit b2a30a0

Please sign in to comment.