16 lines
451 B
JSON
16 lines
451 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Verstak Capture",
|
|
"version": "0.1.0",
|
|
"description": "Send pages, selections, and links to the local Verstak browser inbox.",
|
|
"permissions": ["contextMenus", "storage", "tabs"],
|
|
"host_permissions": ["http://127.0.0.1/*", "http://localhost/*"],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup/popup.html",
|
|
"default_title": "Verstak Capture"
|
|
}
|
|
}
|