mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-13 19:26:07 +00:00
stylized UI to Material Design
This commit is contained in:
6
static/js/background.js
Normal file
6
static/js/background.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// just start the app in fullscreen
|
||||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
chrome.app.window.create('index.html', {
|
||||
state: "fullscreen",
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user