Skip to content
Snippets Groups Projects
manifest.json 743 B
Newer Older
  • Learn to ignore specific revisions
  •     "name": "Microsoft ATP Safe Links Cleaner",
    
        "description": "__MSG_extensionDescription__",
    
    David Byers's avatar
    David Byers committed
        "version": "1.3",
    
    David Byers's avatar
    David Byers committed
        "homepage_url": "https://gitlab.liu.se/safelinks-cleaner-thunderbird/",
    
        "default_locale": "en",
    
        "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",