Added web app manifest
This commit is contained in:
parent
5257a93abf
commit
54f214b1fc
1
faq.html
1
faq.html
@ -21,6 +21,7 @@
|
|||||||
<meta property="twitter:description" content="Frequently asked questions about this site">
|
<meta property="twitter:description" content="Frequently asked questions about this site">
|
||||||
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
<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="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
@ -21,6 +21,7 @@
|
|||||||
<meta property="twitter:description" content="Find the film stocks best suited for your analog photography">
|
<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">
|
<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="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
@ -21,6 +21,7 @@
|
|||||||
<meta property="twitter:description" content="A database of currently available 35mm, 110 and medium format film stocks">
|
<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">
|
<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="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
12
manifest.json
Normal file
12
manifest.json
Normal 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"
|
||||||
|
}]
|
||||||
|
}
|
||||||
@ -21,6 +21,7 @@
|
|||||||
<meta property="twitter:description" content="Get inspired and try out a random film stock">
|
<meta property="twitter:description" content="Get inspired and try out a random film stock">
|
||||||
<meta property="twitter:image" content="https://analogfilm.space/preview.png">
|
<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="icon">
|
||||||
<link href="favicon.svg" rel="shortcut icon">
|
<link href="favicon.svg" rel="shortcut icon">
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href="css/style.css" rel="stylesheet">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user