Skip to content

Commit

Permalink
feat(app): add new domain to url_handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao authored Mar 19, 2024
1 parent 56c787b commit eda2cda
Showing 1 changed file with 40 additions and 39 deletions.
79 changes: 40 additions & 39 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@
{
"theme_color": "#2196f3",
"background_color": "#2196f3",
"display": "standalone",
"launch_handler": {
"client_mode": "navigate-existing"
},
"scope": "/",
"start_url": "/",
"id": "/",
"name": "Congregation Program for Everyone",
"short_name": "CPE App",
"description": "An application for Jehovah’s Witnesses congregation",
"icons": [
{
"src": "/img/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/img/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/img/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"url_handlers": [
{ "origin": "https://cpe-web.sws2apps.com" },
{ "origin": "https://cpe-sws.web.app" },
{ "origin": "https://cpe-sws.firebaseapp.com" }
]
"theme_color": "#2196f3",
"background_color": "#2196f3",
"display": "standalone",
"launch_handler": {
"client_mode": "navigate-existing"
},
"scope": "/",
"start_url": "/",
"id": "/",
"name": "Congregation Program for Everyone",
"short_name": "CPE App",
"description": "An application for Jehovah’s Witnesses congregation",
"icons": [
{
"src": "/img/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/img/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/img/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"url_handlers": [
{ "origin": "https://cpe-web.sws2apps.com" },
{ "origin": "https://cpe-sws.web.app" },
{ "origin": "https://cpe-sws.firebaseapp.com" },
{ "origin": "https://organized-app.com" }
]
}

0 comments on commit eda2cda

Please sign in to comment.