File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments