-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "Modus Icons", | ||
"short_name": "Modus Icons", | ||
"start_url": "/?utm_source=a2hs", | ||
"display": "standalone", | ||
"lang": "en-us", | ||
"background_color": "#f1f1f6", | ||
"theme_color": "#0e416c", | ||
"icons": [ | ||
{ | ||
"src": "favicon.svg", | ||
"sizes": "512x512", | ||
"type": "image/svg+xml" | ||
} | ||
], | ||
"shortcuts": [ | ||
{ | ||
"name": "Modus Solid Icons", | ||
"short_name": "Solid", | ||
"description": "View all the Modus Solid Icons", | ||
"url": "/modus-solid/", | ||
"icons": [{ "src": "/modus-solid/svg/thumbs-up.svg", "sizes": "512x512" }] | ||
}, | ||
{ | ||
"name": "Modus Outlined Icons", | ||
"short_name": "Outlined", | ||
"description": "View all the Modus Solid Icons", | ||
"url": "/modus-outlined/", | ||
"icons": [{ "src": "/modus-outlined/svg/thumbs-up.svg", "sizes": "512x512" }] | ||
}, | ||
{ | ||
"name": "Modus Transportation Icons", | ||
"short_name": "Transportation", | ||
"description": "View all the Transportation Icons", | ||
"url": "/transportation/", | ||
"icons": [{ "src": "/transportation/svg/truck.svg", "sizes": "512x512" }] | ||
} | ||
] | ||
} |