box-chrome-sdk
Version:
A Chrome App SDK for the Box V2 API
27 lines • 631 B
JSON
{
"manifest_version": 2,
"name": "Box for Chrome",
"version": "0.1.0",
"description": "Box for Chrome.",
"icons": {
"128": "img/box_cyan_128.png"
},
"minimum_chrome_version": "37",
"permissions": [
{"fileSystem": ["write"]},
"identity",
"notifications",
"storage",
"https://*.box.com/*",
"https://*.boxcdn.com/*",
"https://*.boxcdn.net/*",
"https://*.boxcloud.com/*"
],
"app": {
"background": {
"scripts": [
"scripts/main.js"
]
}
}
}