mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 02:12:17 -05:00
Fix typos
This commit is contained in:
parent
d41ed34837
commit
fb0454142c
@ -2,7 +2,6 @@
|
||||
|
||||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
|
||||
chrome.runtime.getPlatformInfo(function() {
|
||||
// open chrome app in new window
|
||||
chrome.app.window.create('index.html', {
|
||||
id: '0',
|
||||
@ -11,6 +10,5 @@ chrome.app.runtime.onLaunched.addListener(function() {
|
||||
height: 800
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
});
|
@ -29,7 +29,7 @@
|
||||
|
||||
<!-- theme color -->
|
||||
<meta name="theme-color" content="#00c6ff">
|
||||
<!-- standard web ap manifest -->
|
||||
<!-- standard web app manifest -->
|
||||
<link rel="manifest" href="webapp.json">
|
||||
|
||||
<!-- Viewport and styles -->
|
||||
|
Loading…
Reference in New Issue
Block a user