Skip to content

Commit ad0a4c9

Browse files
Merge pull request #1 from bencgreenberg/manifest-v3
move to v3 manifest
2 parents 0a43cd0 + 73cf3d9 commit ad0a4c9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

manifest.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33
"name": "ChatGPT Email Reviewer",
44
"author": "Ben Greenberg",
55
"homepage_url": "https://github.com/bencgreenberg/chatgpt-gmail-suggestions-chrome-extension",
66
"version": "1.0",
77
"description": "Review and improve email style in Gmail drafts with ChatGPT",
88
"permissions": [
99
"activeTab",
10-
"https://*.google.com/*",
11-
"tabs",
1210
"storage"
1311
],
14-
"browser_action": {
15-
"default_icon": "icon.png",
12+
"host_permissions": [
13+
"https://*.google.com/*"
14+
],
15+
"action": {
16+
"default_icon": {
17+
"16": "icon16.png",
18+
"48": "icon48.png",
19+
"128": "icon128.png"
20+
},
1621
"default_popup": "popup.html",
1722
"default_title": "ChatGPT Email Reviewer"
1823
},

0 commit comments

Comments
 (0)