sharefeed-chrome/manifest.json

18 lines
384 B
JSON

{
"name": "Sharefeed Entry Tool",
"description": "Creates a sharefeed entry based on the current webpage.",
"version": "1.1",
"manifest_version": 3,
"action": {
"default_icon": "moffsoft_64.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"tabs",
"activeTab",
"scripting"
]
}