{ "update_url":"http://clients2.google.com/service/update2/crx", "name": "FullScreen", "version": "0.6.6", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Play HTML5 videos in full screen in your browser with the click of a button.", "page_action": { "default_icon": "icon.png", "default_title": "Play the video in full screen." }, "permissions": [ "http://*/*","https://*/*", "tabs" ], "background_page": "background.html", "options_page": "options.html", "content_scripts": [ { "js": [ "fullscreen.js" ], "matches": [ "http://*/*", "https://*/*" ] } ] }