stylized UI to Material Design

This commit is contained in:
Aidan Campbell
2016-02-16 11:44:24 -05:00
parent 5145012d59
commit 7be7d975e4
10 changed files with 158 additions and 55 deletions

6
static/js/background.js Normal file
View 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",
});
});