web: official ensō+key icon, Kaizenkodo link, installable home-screen app
- App icon = the official Kaizenkodo ensō (logo/current/exports/tight) with a key inside: cream bg for the home-screen/app icon, transparent for the header + favicons. Source: assets/enso-base.png + icon-source.svg / enso-mark.svg. - Attribution: a 'by Kaizenkodo' header link and a footer line, both to kaizenkodo.no. - PWA install: manifest (standalone, start_url/scope '../', maskable icons) + iOS metas (apple-mobile-web-app-capable/title/status-bar) so it adds to the iPhone home screen and runs as a standalone app.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 251 KiB |
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||
<image href="enso-base.png" x="25.6" y="18.8" width="460.8" height="474.4"/>
|
||||
<g><circle cx="256" cy="189" r="30" fill="none" stroke="#1b4161" stroke-width="22"/><rect x="246" y="211" width="20" height="120" rx="4" fill="#1b4161"/><rect x="266" y="288" width="28" height="13" rx="3" fill="#1b4161"/><rect x="266" y="310" width="18" height="13" rx="3" fill="#1b4161"/></g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 466 B |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 783 B |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 136 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||
<rect width="512" height="512" fill="#f4f0e8"/>
|
||||
<image href="enso-base.png" x="25.6" y="18.8" width="460.8" height="474.4"/>
|
||||
<g><circle cx="256" cy="189" r="30" fill="none" stroke="#1b4161" stroke-width="22"/><rect x="246" y="211" width="20" height="120" rx="4" fill="#1b4161"/><rect x="266" y="288" width="28" height="13" rx="3" fill="#1b4161"/><rect x="266" y="310" width="18" height="13" rx="3" fill="#1b4161"/></g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 514 B |
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"name": "LesS/KEY — password generator",
|
||||
"short_name": "LesS/KEY",
|
||||
"icons": [
|
||||
{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "./icon-512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"description": "A password manager that stores nothing and runs entirely in your browser. A free tool by Kaizenkodo.",
|
||||
"id": "../",
|
||||
"start_url": "../",
|
||||
"scope": "../",
|
||||
"display": "standalone",
|
||||
"theme_color": "#0a2540",
|
||||
"background_color": "#f4f0e8",
|
||||
"display": "standalone"
|
||||
"icons": [
|
||||
{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
|
||||
{ "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
|
||||
]
|
||||
}
|
||||
|
||||