{
    "name": "Hardy",
    "version": "0.1",
    "description": "Makes making tests easier - a helper extension for Hardy CSS testing",
    "icons": { 
        "16": "images/icon16.png",
        "32": "images/icon32.png",
        "48": "images/icon48.png",
        "128": "images/icon128.png" 
    },
    "homepage_url": "http://hardy.io/",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs", 
        "http://*/*",
        "https://*/*"
    ],
    "manifest_version": 2
}