summaryrefslogblamecommitdiff
path: root/manifest.json
blob: b68567470230dbd721f9bfcdf936c5a944c980e3 (plain) (tree)
1
2
3
4
5
6
7





                                                                                          
                                                                                   












                                      

                                              
         




                               

     
{
    "manifest_version": 2,
    "name": "cert/ain",
    "description": "Keep an eye on your certs, because who can be certain what they are.",
    "author": "Nicholas Tay <nick@windblume.net>",
    "version": "0.1.0",
    "permissions": [ "webRequest", "webRequestBlocking", "<all_urls>", "storage" ],
    "background": {
        "scripts": [ "background.js" ]
    },
    "icons": {
        "32": "icons/def.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons/def.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "62.0b5",
            "id": "certain@nick.windblume.net"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": false
    }
}