Skip to content

Commit

Permalink
update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 17, 2024
1 parent 95d150d commit b3b2680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
"start_url": "https://github.com/c0m4r/ip-info-page",
"start_url": "https://example.com/",
"description": "IP Info page with geoip detection",
"orientation": "any",
"icons": [
{
"src": "https://raw.githubusercontent.com/c0m4r/ip-info-page/main/icon.png",
"src": "icon.png",
"sizes": "94x94",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://raw.githubusercontent.com/c0m4r/ip-info-page/main/icon-144.png",
"src": "icon-144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://raw.githubusercontent.com/c0m4r/ip-info-page/main/icon-512.png",
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
Expand Down

0 comments on commit b3b2680

Please sign in to comment.