Skip to content

Commit

Permalink
Add screenshots for rich UI install
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 22, 2024
1 parent bdbfa89 commit 7f6f571
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 8 deletions.
Binary file added images/screenshots/desktop.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 images/screenshots/mobile.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 removed images/siteicons/about.png
Binary file not shown.
Binary file added images/siteicons/pwa/about.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 images/siteicons/pwa/settings.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 images/siteicons/pwa/stats.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 images/siteicons/pwa/subscriptions.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 removed images/siteicons/settings.png
Binary file not shown.
Binary file removed images/siteicons/stats.png
Binary file not shown.
23 changes: 18 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,43 @@
"short_name": "Subscriptions",
"description": "View your subscriptions",
"url": "index.php",
"icons": [{ "src": "images/siteicons/subscription.png", "sizes": "48x48" }]
"icons": [{ "src": "images/siteicons/pwa/subscriptions.png", "sizes": "96x96" }]
},
{
"name": "Stats",
"short_name": "Stats",
"description": "View your statistics",
"url": "stats.php",
"icons": [{ "src": "images/siteicons/stats.png", "sizes": "48x48" }]
"icons": [{ "src": "images/siteicons/pwa/stats.png", "sizes": "96x96" }]
},
{
"name": "Settings",
"short_name": "Settings",
"description": "Change your settings",
"url": "settings.php",
"icons": [{ "src": "images/siteicons/settings.png", "sizes": "48x48" }]
"icons": [{ "src": "images/siteicons/pwa/settings.png", "sizes": "96x96" }]
},
{
"name": "About",
"short_name": "About",
"description": "More info about Wallos",
"url": "about.php",
"icons": [{ "src": "images/siteicons/about.png", "sizes": "48x48" }]
"icons": [{ "src": "images/siteicons/pwa/about.png", "sizes": "96x96" }]
}
],
],
"screenshots": [
{
"src": "images/screenshots/desktop.png",
"sizes": "1000x750",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "images/screenshots/mobile.png",
"sizes": "600x1000",
"type": "image/png"
}
],
"background_color": "#FFFFFF",
"display": "standalone",
"scope": "/",
Expand Down
7 changes: 4 additions & 3 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ self.addEventListener('install', function(event) {
'images/siteicons/sort.png',
'images/siteicons/subscription.png',
'images/siteicons/web.png',
'images/siteicons/stats.png',
'images/siteicons/settings.png',
'images/siteicons/about.png',
'images/siteicons/pwa/stats.png',
'images/siteicons/pwa/settings.png',
'images/siteicons/pwa/about.png',
'images/siteicons/pwa/subscriptions.png',
'images/uploads/icons/paypal.png',
'images/uploads/icons/creditcard.png',
'images/uploads/icons/banktransfer.png',
Expand Down

0 comments on commit 7f6f571

Please sign in to comment.