15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"name": "Sharefeed Entry Tool",
|
|
"description": "Creates a sharefeed entry based on the current webpage.",
|
|
"version": "1.0",
|
|
"manifest_version": 3,
|
|
"action": {
|
|
"default_icon": "moffsoft_64.png",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"activeTab",
|
|
"scripting"
|
|
]
|
|
}
|