-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename 'icon' to 'favicon'; extend webmanifest
- Loading branch information
1 parent
94b8f28
commit 2389811
Showing
6 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,34 @@ | ||
{ | ||
"name": "InNoHassle", | ||
"short_name": "InNoHassle", | ||
"description": "InNoHassle ecosystem: schedule, scholarship calculator, and more.", | ||
"description": "InNoHassle ecosystem: schedule, maps, room booking, and more.", | ||
"start_url": "/?from=pwa", | ||
"scope": "/", | ||
"display": "standalone", | ||
"background_color": "#0b0b0b", | ||
"theme_color": "#9747ff", | ||
"icons": [ | ||
{ | ||
"src": "/icon.png", | ||
"src": "/favicon.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"shortcuts": [ | ||
{ | ||
"name": "Dashboard", | ||
"description": "All your important information in one place.", | ||
"url": "/dashboard" | ||
}, | ||
{ | ||
"name": "Maps", | ||
"description": "Plans of the university.", | ||
"url": "/maps" | ||
}, | ||
{ | ||
"name": "Room booking", | ||
"description": "Book rooms in the university.", | ||
"url": "/room-booking" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters