moonlight-chrome/manifest.json
2016-02-13 04:37:55 -05:00

20 lines
422 B
JSON

{
"manifest_version": 2,
"name": "Moonlight Chrome",
"version": "0.01",
"description": "A Moonlight streaming plugin for Google Chrome",
"icons": {
"128": "icons/icon128.png",
"48": "icons/icon48.png",
"32": "icons/icon32.png",
"16": "icons/icon16.png"
},
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": ["fullscreen", "alwaysOnTopWindows"]
}