Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DerStimmler committed Jan 31, 2024
1 parent 5a4eca4 commit e6718bc
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 83 deletions.
57 changes: 45 additions & 12 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,51 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" sizes="16x16" href="%sveltekit.assets%/images/icons/icon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="%sveltekit.assets%/images/icons/icon-32x32.png">
<link rel="icon" type="image/png" sizes="128x128" href="%sveltekit.assets%/images/icons/icon-128x128.png">
<link rel="icon" type="image/png" sizes="192x192" href="%sveltekit.assets%/images/icons/icon-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="%sveltekit.assets%/images/icons/icon-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/images/icons/apple-touch-icon-180x180.png">
<link rel="mask-icon" href="%sveltekit.assets%/images/icons/safari-pinned-tab.svg" color="#0c161a">
<link rel="shortcut icon" href="%sveltekit.assets%/images/icons/favicon.ico">
<link rel="manifest" href="manifest.json" />
<meta name="msapplication-config" content="browserconfig.xml">
<meta name="msapplication-TileColor" content="#0c161a">
<meta name="theme-color" content="#0c161a">
<link
rel="icon"
type="image/png"
sizes="16x16"
href="%sveltekit.assets%/images/icons/icon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="%sveltekit.assets%/images/icons/icon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="128x128"
href="%sveltekit.assets%/images/icons/icon-128x128.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="%sveltekit.assets%/images/icons/icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="%sveltekit.assets%/images/icons/icon-512x512.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="%sveltekit.assets%/images/icons/apple-touch-icon-180x180.png"
/>
<link
rel="mask-icon"
href="%sveltekit.assets%/images/icons/safari-pinned-tab.svg"
color="#0c161a"
/>
<link rel="shortcut icon" href="%sveltekit.assets%/images/icons/favicon.ico" />
<link rel="manifest" href="manifest.json" />
<meta name="msapplication-config" content="browserconfig.xml" />
<meta name="msapplication-TileColor" content="#0c161a" />
<meta name="theme-color" content="#0c161a" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
Expand Down
142 changes: 71 additions & 71 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
{
"name": "StromGedacht Web",
"short_name": "StromGedacht Web",
"start_url": "/",
"scope": "/",
"developer": {
"name": "DerStimmler",
"url": "https://github.com/DerStimmler"
},
"display": "standalone",
"background_color": "#0C161A",
"theme_color": "#0C161A",
"description": "Inofficial website to display StromGedacht data.",
"icons": [
{
"src": "images/icons/icon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "images/icons/icon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "images/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "images/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=de.transnetbw.stromgedacht"
}
]
}
"name": "StromGedacht Web",
"short_name": "StromGedacht Web",
"start_url": "/",
"scope": "/",
"developer": {
"name": "DerStimmler",
"url": "https://github.com/DerStimmler"
},
"display": "standalone",
"background_color": "#0C161A",
"theme_color": "#0C161A",
"description": "Inofficial website to display StromGedacht data.",
"icons": [
{
"src": "images/icons/icon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "images/icons/icon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "images/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "images/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"related_applications": [
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=de.transnetbw.stromgedacht"
}
]
}

0 comments on commit e6718bc

Please sign in to comment.