mirror of
https://github.com/moparisthebest/mail
synced 2024-11-21 16:35:04 -05:00
Fix typos
This commit is contained in:
parent
d41ed34837
commit
fb0454142c
@ -2,15 +2,13 @@
|
||||
|
||||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
|
||||
chrome.runtime.getPlatformInfo(function() {
|
||||
// open chrome app in new window
|
||||
chrome.app.window.create('index.html', {
|
||||
id: '0',
|
||||
innerBounds: {
|
||||
width: 1280,
|
||||
height: 800
|
||||
}
|
||||
});
|
||||
// open chrome app in new window
|
||||
chrome.app.window.create('index.html', {
|
||||
id: '0',
|
||||
innerBounds: {
|
||||
width: 1280,
|
||||
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