You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
370 B
19 lines
370 B
{
|
|
"name": "Image Saver",
|
|
"description": "Save an image on the web to my server.",
|
|
"version": "1.0.0",
|
|
"manifest_version": 3,
|
|
"permissions": [
|
|
"contextMenus",
|
|
"notifications"
|
|
],
|
|
"host_permissions": [
|
|
"https://*/"
|
|
],
|
|
"background": {
|
|
"service_worker": "main.js"
|
|
},
|
|
"icons": {
|
|
"48": "icon.png"
|
|
}
|
|
}
|
|
|