Added png icon

This commit is contained in:
Sebastian Lay 2021-08-02 22:12:01 +02:00
parent c8f99cbba2
commit 893ebd14d4
No known key found for this signature in database
GPG Key ID: A699D9B80D6068AA
2 changed files with 11 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -6,8 +6,15 @@
"background_color": "#ccc", "background_color": "#ccc",
"theme_color": "#000", "theme_color": "#000",
"description": "a database of currently available 35mm, 110 and medium format film stocks", "description": "a database of currently available 35mm, 110 and medium format film stocks",
"icons": [{ "icons": [
{
"src": "favicon.svg", "src": "favicon.svg",
"sizes": "any maskable" "sizes": "any maskable"
}] },
{
"src": "apple-touch-icon-precomposed.png",
"sizes": "256x256",
"type": "image/png"
}
]
} }