{ "manifest_version": 2, "name": "cert/ain", "description": "Keep an eye on your certs, because who can be certain what they are.", "author": "Nicholas Tay ", "version": "0.1.0", "permissions": ["webRequest", "webRequestBlocking", ""], "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" } } }