This repository has been archived by the owner on Sep 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Webhooks - refine progressive web app manifest
Beware that files in /public are redirected by service worker to index.html Means that https://webhooks.integrations.costlocker.com/favicon.ico is accessible on in anonymous window :) facebook/create-react-app#2894 (comment) facebook/create-react-app#3024 (comment)
- Loading branch information
1 parent
f65ea1d
commit 0ced1f6
Showing
2 changed files
with
15 additions
and
3 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 |
---|---|---|
@@ -1,4 +1,14 @@ | ||
{ | ||
"short_name": "CL Webhooks", | ||
"name": "Costlocker Webhooks" | ||
"short_name": "Webhooks", | ||
"name": "Costlocker Webhooks", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "16x16", | ||
"type": "image/png" | ||
} | ||
], | ||
"start_url": "/webhooks", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |