build jar file instead of war
change theme color to match actual theme
This commit is contained in:
		@@ -20,13 +20,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
 | 
			
		||||
  <!-- Place favicon.ico in the `app/` directory -->
 | 
			
		||||
 | 
			
		||||
  <!-- Chrome for Android theme color -->
 | 
			
		||||
  <meta name="theme-color" content="#2E3AA1">
 | 
			
		||||
  <meta name="theme-color" content="#FFA000">
 | 
			
		||||
 | 
			
		||||
  <!-- Web Application Manifest -->
 | 
			
		||||
  <link rel="manifest" href="manifest.json">
 | 
			
		||||
 | 
			
		||||
  <!-- Tile color for Win8 -->
 | 
			
		||||
  <meta name="msapplication-TileColor" content="#3372DF">
 | 
			
		||||
  <meta name="msapplication-TileColor" content="#FFC107">
 | 
			
		||||
 | 
			
		||||
  <!-- Add to homescreen for Chrome on Android -->
 | 
			
		||||
  <meta name="mobile-web-app-capable" content="yes">
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@
 | 
			
		||||
        "type": "image/png"
 | 
			
		||||
      }],
 | 
			
		||||
  "start_url": "/?homescreen=1",
 | 
			
		||||
  "background_color": "#3E4EB8",
 | 
			
		||||
  "background_color": "#FFC107",
 | 
			
		||||
  "display": "standalone",
 | 
			
		||||
  "theme_color": "#2E3AA1"
 | 
			
		||||
  "theme_color": "#FFA000"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user