Added web app manifest

This commit is contained in:
Sebastian Lay 2021-08-02 20:30:32 +02:00
parent 5257a93abf
commit 54f214b1fc
No known key found for this signature in database
GPG Key ID: A699D9B80D6068AA
5 changed files with 16 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<meta property="twitter:description" content="Frequently asked questions about this site">
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
<link href="manifest.json" rel="manifest">
<link href="favicon.svg" rel="icon">
<link href="favicon.svg" rel="shortcut icon">
<link href="css/style.css" rel="stylesheet">

View File

@ -21,6 +21,7 @@
<meta property="twitter:description" content="Find the film stocks best suited for your analog photography">
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
<link href="manifest.json" rel="manifest">
<link href="favicon.svg" rel="icon">
<link href="favicon.svg" rel="shortcut icon">
<link href="css/style.css" rel="stylesheet">

View File

@ -21,6 +21,7 @@
<meta property="twitter:description" content="A database of currently available 35mm, 110 and medium format film stocks">
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
<link href="manifest.json" rel="manifest">
<link href="favicon.svg" rel="icon">
<link href="favicon.svg" rel="shortcut icon">
<link href="css/style.css" rel="stylesheet">

12
manifest.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "analog film",
"short_name": "analog film",
"start_url": "/",
"display": "standalone",
"background_color": "#ccc",
"description": "a database of currently available 35mm, 110 and medium format film stocks",
"icons": [{
"src": "favicon.svg",
"sizes": "any"
}]
}

View File

@ -21,6 +21,7 @@
<meta property="twitter:description" content="Get inspired and try out a random film stock">
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
<link href="manifest.json" rel="manifest">
<link href="favicon.svg" rel="icon">
<link href="favicon.svg" rel="shortcut icon">
<link href="css/style.css" rel="stylesheet">