blob: 2024a8047f9c9f70b47c6473d926bd4e2c57e3c5 [file] [log] [blame]
{
"manifest_version": 2,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "5.3.8",
"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": [
"browser",
"videoCapture",
"audioCapture",
"storage",
"unlimitedStorage",
"idle",
"chromeosInfoPrivate",
"fileManagerPrivate",
"fileSystem.requestDownloads",
{"fileSystem": ["write", "directory"]}
],
"app": {
"background": {
"scripts": ["js/background.js"]
}
}
}