init
This commit is contained in:
25
manifest.json
Normal file
25
manifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "AI Hardware Sourcing Assistant",
|
||||
"version": "1.0",
|
||||
"description": "Extract structured product data using Gemini AI.",
|
||||
"permissions": [
|
||||
"sidePanel",
|
||||
"scripting",
|
||||
"storage",
|
||||
"activeTab"
|
||||
],
|
||||
"host_permissions": [
|
||||
"https://generativelanguage.googleapis.com/*",
|
||||
"<all_urls>"
|
||||
],
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"side_panel": {
|
||||
"default_path": "sidepanel.html"
|
||||
},
|
||||
"action": {
|
||||
"default_title": "Open Side Panel"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user