whole app
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "Credit Tracker",
|
||||
"short_name": "Credits",
|
||||
"description": "Track your university courses, grades and credits",
|
||||
"start_url": "./index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#F3F4F6",
|
||||
"theme_color": "#4F46E5",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "icon-maskable.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user