Newer
Older
{
"manifest_version": 2,
"name": "Microsoft ATP Safe Links Cleaner",
"description": "__MSG_extensionDescription__",
David Byers
committed
"version": "1.2",
"author": "David Byers",
"homepage_url": "https://safelinks.gitlab-pages.liu.se/safelinks-cleaner-thunderbird/",
"icons": {
"48": "icon.svg",
"96": "icon.svg",
"144": "icon.svg",
"192": "icon.svg"
},
"applications": {
"gecko": {
"id": "safelinks-cleaner-thunderbird@it.liu.se",
"strict_min_version": "78.4.0"
}
},
"background": {
"scripts": [
"common.js",
"background.js"
]
},
"permissions": [
"messagesModify",
"clipboardWrite",