{
    "content_scripts": [{
        "matches": ["<all_urls>"],
        "js": ["content.js"]
    }],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Recorder"
    },
    "description": "Simple video capturing, video recording, screen area capturing, screen area recording",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2/0oLeHJM8EootqQN0ET2LylEh921vylmm4BH8ZHhMP1ih8bdtePFy3wnmnBKOHO6UWiOxhv2Vc+TYxbsvsEmIlotNppqiFioCf238sfAGREH4yvstf7JjFdyXdAzY/F/VNmXC7iyBTbpiz9cdRs76ki6zn/rP7QNKP0cFOisU+d0rV8YFlK8WWWwNet9L+bLMxjZN4IzME5QM/+FbxwFAVvbvDU8Nl64DnAlWiOED/i8H8L+ldJhdiiFYsBZqVjVLCiOncYuHP/n+HkuY5umvz5TbWDgNed4yQcm71nzlVJr+pyVIq8HghLMsA1uDWqwtJnbtfyguvr9ZpoXq0lHwIDAQAB",
    "manifest_version": 2,
    "name": "Giffr",
    "permissions": ["webRequest", "http://localhost/*", "webRequestBlocking", "storage", "<all_urls>", "tabCapture", "tabs", "downloads"],
    "update_url": "https://clients2.google.com/service/update2/crx",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+X",
                "windows": "Alt+Shift+X",
                "mac": "Alt+Shift+X",
                "chromeos": "Alt+Shift+X",
                "linux": "Alt+Shift+X"
            }
        }
    },
    "version": "0.1",
    "version_name": "this is my first",
    "web_accessible_resources": ["assets/*"]
}