blob: 687e9332202dad974bb6b24a8ac8c28fb92a53d0 [file]
{
"manifest_version": 2,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "5.3.7",
"default_locale": "en",
"minimum_chrome_version": "60.0.0.0",
"icons": {
"48": "images/camera_app_icons_48.png",
"128": "images/camera_app_icons_128.png"
},
"permissions": [
"videoCapture",
"audioCapture",
"storage",
"unlimitedStorage",
"idle",
"chromeosInfoPrivate",
"fileManagerPrivate",
"fileSystem.requestDownloads",
{"fileSystem": ["write", "directory"]}
],
"app": {
"background": {
"scripts": ["js/background.js"]
}
}
}