blob: d6ce7acb88a17169d0c0d1298cde683efd23843d [file] [log] [blame]
{
// ID: mbflcebpggnecokmikipoihdbecnjfoj.
// Key generation guide: http://developer.chrome.com/apps/manifest/key.html.
// If the key is changed, then the corresponding id has to be updated in
// run_test.py.
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfTRDv8HqyXCuGIPZg+qYtieHSZ550JXqBzU2hC3E4ZZlqclG0XyQM+xRdyXbK40qeVHV+XwivakMxbwvPH28YseHu2JMhu9a3eKQuLoYMYeuKjqTb62O+zk6uUNkSjwhq4LDPzN3ZD72nWWzifrYUPCW0QEvQ6jtYQpxlYdk+dQIDAQAB",
"manifest_version": 2,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "4.6.0",
"default_locale": "en",
"minimum_chrome_version": "56.0.0.0",
"icons": {
"32": "images/camera_app_icons_32.png",
"48": "images/camera_app_icons_48.png",
"64": "images/camera_app_icons_64.png",
"96": "images/camera_app_icons_96.png",
"128": "images/camera_app_icons_128.png"
},
"permissions": [
"videoCapture",
"audioCapture",
"storage",
"unlimitedStorage",
"idle",
"chromeosInfoPrivate",
{"fileSystem": ["write", "directory"]}
],
"requirements": {
"3D": {
"features": ["webgl"]
}
},
"app": {
"background": {
"scripts": ["js/background.js", "js/test.js", "js/test_cases.js"]
}
}
}