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