Skip to content

Commit a4af5bd

Browse files
committed
Add some more manifest.json metadata
1 parent 006a5ef commit a4af5bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"manifest_version": 3,
33
"name": "ChromeGPT",
4-
"version": "1.0.0",
4+
"version": "0.1.1",
5+
"description": "Quickly ask ChatGPT about the page in front of you.",
6+
"author": "me@blixt.org",
7+
"homepage_url": "https://github.com/blixt/ChromeGPT",
58
"action": { "default_popup": "index.html" },
69
"icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" },
710
"permissions": ["activeTab", "scripting", "tabs"],

0 commit comments

Comments
 (0)