15 lines
467 B
JSON
15 lines
467 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Verstak Capture",
|
|
"version": "0.1.0",
|
|
"description": "Send pages, selections, and links to the local Verstak browser inbox.",
|
|
"permissions": ["contextMenus", "storage", "tabs", "http://127.0.0.1/*", "http://localhost/*"],
|
|
"background": {
|
|
"scripts": ["protocol.js", "api.js", "queue.js", "background.js"]
|
|
},
|
|
"browser_action": {
|
|
"default_popup": "popup/popup.html",
|
|
"default_title": "Verstak Capture"
|
|
}
|
|
}
|