Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Key Event Tester",
"description": "Test press, release and character events for JavaScript and PPAPI.",
"version": "1.2",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}