mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
cleaning unused code and fixing indentations
This commit is contained in:
parent
989195d625
commit
783b1a5799
@ -1,8 +1,8 @@
|
|||||||
chrome.app.runtime.onLaunched.addListener(function() {
|
chrome.app.runtime.onLaunched.addListener(function() {
|
||||||
chrome.app.window.create('index.html', {
|
chrome.app.window.create('index.html', {
|
||||||
'bounds': {
|
'bounds': {
|
||||||
'width': 400,
|
'width': 400,
|
||||||
'height': 500
|
'height': 500
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
@ -1,19 +1,20 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Moonlight Chrome",
|
"name": "Moonlight Chrome",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "A Moonlight streaming plugin for Google Chrome",
|
"description": "A Moonlight streaming plugin for Google Chrome",
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "icons/icon128.png",
|
"128": "icons/icon128.png",
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
"32": "icons/icon32.png",
|
"32": "icons/icon32.png",
|
||||||
"16": "icons/icon16.png"
|
"16": "icons/icon16.png"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["background.js"]
|
"persistent": false,
|
||||||
}
|
"scripts": ["background.js"]
|
||||||
},
|
}
|
||||||
"permissions": ["fullscreen", "alwaysOnTopWindows"]
|
},
|
||||||
|
"permissions": ["fullscreen"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user