Update colors and version
@@ -13,8 +13,8 @@
|
||||
<link rel="apple-touch-icon" href="static/img/icons/apple-icon-180.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- ios support -->
|
||||
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
|
||||
<meta name="theme-color" content="#db4938" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="theme-color" content="#5e81ac" />
|
||||
<!-- End PWA -->
|
||||
<!-- Opengraph -->
|
||||
<meta property="og:image" content="img/screenshot.png">
|
||||
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "RSSPAPER",
|
||||
"short_name": "RSSPAPER",
|
||||
"theme_color": "#ffffff",
|
||||
"theme_color": "#5e81ac",
|
||||
"icons": [
|
||||
{
|
||||
"src": "manifest-icon-192.png",
|
||||
@@ -18,5 +18,5 @@
|
||||
],
|
||||
"start_url": "..",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff"
|
||||
"background_color": "#5e81ac"
|
||||
}
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- ios support -->
|
||||
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
|
||||
<meta name="theme-color" content="#db4938" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta name="theme-color" content="#f9f7f1" />
|
||||
<!-- End PWA -->
|
||||
<!-- Opengraph -->
|
||||
<meta property="og:image" content="img/screenshot.png">
|
||||
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "RSSPAPER",
|
||||
"short_name": "RSSPAPER",
|
||||
"theme_color": "#ffffff",
|
||||
"theme_color": "#f9f7f1",
|
||||
"icons": [
|
||||
{
|
||||
"src": "manifest-icon-192.png",
|
||||
@@ -18,5 +18,5 @@
|
||||
],
|
||||
"start_url": "..",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff"
|
||||
"background_color": "#f9f7f1"
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<link rel="apple-touch-icon" href="static/img/icons/apple-icon-180.png">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- ios support -->
|
||||
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
|
||||
<meta name="theme-color" content="#db4938" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="theme-color" content="#e5d5c2" />
|
||||
<!-- End PWA -->
|
||||
<!-- Opengraph -->
|
||||
<meta property="og:image" content="img/screenshot.png">
|
||||
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "RSSPAPER",
|
||||
"short_name": "RSSPAPER",
|
||||
"theme_color": "#fcead5",
|
||||
"theme_color": "#e5d5c2",
|
||||
"icons": [
|
||||
{
|
||||
"src": "manifest-icon-192.png",
|
||||
@@ -18,5 +18,5 @@
|
||||
],
|
||||
"start_url": "..",
|
||||
"display": "standalone",
|
||||
"background_color": "#fcead5"
|
||||
"background_color": "#e5d5c2"
|
||||
}
|
||||
|
||||