2013-04-08 15:29:52 +00:00
|
|
|
{
|
2013-08-26 13:17:13 +00:00
|
|
|
"name": "baseflight - Configurator",
|
2013-10-16 09:16:02 +00:00
|
|
|
"short_name": "baseflight",
|
2013-04-13 10:55:25 +00:00
|
|
|
"description": "Cool crossplatform configurator",
|
2013-11-14 15:40:41 +00:00
|
|
|
"version": "0.16",
|
2013-04-08 15:29:52 +00:00
|
|
|
"manifest_version": 2,
|
|
|
|
"minimum_chrome_version": "23",
|
|
|
|
|
|
|
|
"app": {
|
|
|
|
"background": {
|
|
|
|
"scripts": [ "background.js" ]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
2013-08-26 13:17:13 +00:00
|
|
|
"https://www.google-analytics.com/",
|
2013-11-13 12:23:37 +00:00
|
|
|
"https://*.github.com/",
|
2013-06-17 21:36:19 +00:00
|
|
|
"serial",
|
2013-06-18 18:13:26 +00:00
|
|
|
"storage",
|
2013-06-17 21:36:19 +00:00
|
|
|
"fileSystem",
|
2013-09-05 10:34:02 +00:00
|
|
|
"fileSystem.write",
|
2013-11-12 06:15:18 +00:00
|
|
|
"clipboardWrite",
|
|
|
|
"notifications"
|
2013-05-21 09:46:12 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
"icons": {
|
|
|
|
"128": "images/icon_128.png"
|
|
|
|
}
|
2013-04-08 15:29:52 +00:00
|
|
|
}
|