Skip to content

Commit

Permalink
added webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDekkia committed Apr 15, 2024
1 parent 936aada commit 93fdbd3
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
52 changes: 52 additions & 0 deletions app.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "Unroll Ninja",
"short_name": "Unroll Ninja",
"theme_color": "#2f0c7a",
"background_color": "#212121",
"display": "standalone",
"orientation": "portrait",
"scope": "https://unroll.ninja/",
"start_url": "https://unroll.ninja",
"categories ": [
"entertainment",
"social",
"utilities"
],
"description": "A Browser App that allows you to unroll Mastodon threads into a single webpage.",
"icons": [
{
"src": "img/logo.svg",
"sizes": "any"
}
],
"screenshots": [
{
"src": "screenshots/startpage_desktop_dark.png",
"sizes": "1440x810",
"type": "image/png",
"form_factor": "wide",
"label": "Unroll Ninja main page in dark mode on desktop"
},
{
"src": "screenshots/startpage_desktop_light.png",
"sizes": "1440x810",
"type": "image/png",
"form_factor": "wide",
"label": "Unroll Ninja main page in light mode on desktop"
},
{
"src": "screenshots/startpage_mobile_dark.png",
"sizes": "375x667",
"type": "image/png",
"form_factor": "narrow",
"label": "Unroll Ninja main page in dark mode on mobile"
},
{
"src": "screenshots/startpage_mobile_dark.png",
"sizes": "375x667",
"type": "image/png",
"form_factor": "narrow",
"label": "Unroll Ninja main page in light mode on mobile"
}
]
}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<meta name="author" content="Dekkia" />
<meta name="description" content="A Browser App that allows you to unroll Mastodon threads into a single webpage.">

<link rel="manifest" href="app.webmanifest" />


<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="favicon.png" />

Expand Down
Binary file added screenshots/startpage_desktop_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/startpage_desktop_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/startpage_mobile_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/startpage_mobile_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93fdbd3

Please sign in to comment.