blob: f54eb19ab4aabdaa5c0da85ac6d13b9e273e4f3c [file] [log] [blame]
{
"name": "%(TITLE)s",
"description": "The gtk+ demo running using NativeClient",
"version": "0.0.0.%(version)s",
"manifest_version": 2,
"minimum_chrome_version": "30",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"app": {
"background": {
"scripts": ["background.js"]
}
},
"file_handlers": {
"edit": {
"types": [
"text/*"
],
"extensions": [
"json",
"txt",
"js",
"html",
"h",
"c",
"cc",
"cpp",
"java"
]
}
},
"permissions": [
"fileSystem",
"storage",
"unlimitedStorage",
{
"socket": [
"tcp-listen:*:*",
"tcp-connect",
"resolve-host",
"udp-bind:*:*",
"udp-send-to:*:*"
]
}
]
}