mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-05 15:31:23 +00:00
chrome extension
This commit is contained in:
21
extensions/chrome/manifest.json
Normal file
21
extensions/chrome/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Documenation AI butler",
|
||||
"version": "0.0.1",
|
||||
"manifest_version": 2,
|
||||
"description": "AI assistant for developers, that helps you answer your questions about the documentation you are reading.",
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
},
|
||||
"default_locale": "en",
|
||||
"background": {
|
||||
"page": "src/bg/background.html",
|
||||
"persistent": true
|
||||
},
|
||||
"permissions": ["activeTab", "storage"],
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user