added plugin manifest and icons

This commit is contained in:
Aidan Campbell 2016-02-12 21:51:37 -05:00
parent 212de9a3a8
commit 8f8754e454
5 changed files with 20 additions and 0 deletions

BIN
icons/icon128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
icons/icon16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

BIN
icons/icon32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
icons/icon48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

20
manifest.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "Moonlight Chrome",
"version": "0.01",
"manifest_version": 2,
"description": "A Moonlight streaming plugin for Google Chrome",
"offline_enabled": true,
"icons": {
"128": "icons/icon128.png",
"48": "icons/icon48.png",
"32": "icons/icon32.png",
"16": "icons/icon16.png"
},
"app": {
"background": {
"persistent": false
}
},
"permissions": []
}