AnchorageList Progressive Web App manifest. Return to AnchorageList.
{
"name": "AnchorageList",
"short_name": "AnchorageList",
"description": "Anchorage's local business directory, events, and guides",
"start_url": "/",
"display": "standalone",
"background_color": "#0a1628",
"theme_color": "#00c896",
"icons": [
{
"src": "/wp-content/uploads/anchoragelist-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/wp-content/uploads/anchoragelist-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
AnchorageList Progressive Web App manifest. Return to AnchorageList.