Skip to content

Commit

Permalink
Add some more manifest.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
blixt committed May 27, 2024
1 parent 006a5ef commit a4af5bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"manifest_version": 3,
"name": "ChromeGPT",
"version": "1.0.0",
"version": "0.1.1",
"description": "Quickly ask ChatGPT about the page in front of you.",
"author": "[email protected]",
"homepage_url": "https://github.com/blixt/ChromeGPT",
"action": { "default_popup": "index.html" },
"icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" },
"permissions": ["activeTab", "scripting", "tabs"],
Expand Down

0 comments on commit a4af5bd

Please sign in to comment.