unshorten/extension/src/manifest.json
2024-04-13 18:55:36 -04:00

24 lines
328 B
JSON

{
"manifest_version": 2,
"name": "Unshorten",
"version": "0.1",
"description": "Unshorten links from Twitter.",
"icons": {
"48": "icons/unshorten.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"contextMenus"
]
}