mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
added plugin manifest and icons
This commit is contained in:
parent
212de9a3a8
commit
8f8754e454
BIN
icons/icon128.png
Normal file
BIN
icons/icon128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
icons/icon16.png
Normal file
BIN
icons/icon16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 809 B |
BIN
icons/icon32.png
Normal file
BIN
icons/icon32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
icons/icon48.png
Normal file
BIN
icons/icon48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
20
manifest.json
Normal file
20
manifest.json
Normal 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": []
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user