mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +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.window.create('index.html', {
|
||||
'bounds': {
|
||||
'width': 400,
|
||||
'height': 500
|
||||
}
|
||||
});
|
||||
chrome.app.window.create('index.html', {
|
||||
'bounds': {
|
||||
'width': 400,
|
||||
'height': 500
|
||||
}
|
||||
});
|
||||
});
|
@ -1,19 +1,20 @@
|
||||
{
|
||||
"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"]
|
||||
"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": {
|
||||
"persistent": false,
|
||||
"scripts": ["background.js"]
|
||||
}
|
||||
},
|
||||
"permissions": ["fullscreen"]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user