12 lines
415 B
JSON
12 lines
415 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Local Screenshot Saver (Unpacked)",
|
|
"version": "0.1.0",
|
|
"description": "Capture the visible tab and send it to a local server that saves into this project and optionally runs a script.",
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"permissions": ["activeTab", "tabs", "storage", "scripting"],
|
|
"host_permissions": ["http://127.0.0.1/*", "http://localhost/*"]
|
|
}
|