← back to Watches
public/manifest.json
197 lines
{
"name": "Omega Watch Price History",
"short_name": "Omega Watches",
"description": "Track historical prices and analytics for Omega luxury timepieces. Features AR try-on, camera scanner, biometric auth, and offline support.",
"start_url": "/pwa-index.html",
"display": "standalone",
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
"background_color": "#0C1E3C",
"theme_color": "#C41E3A",
"orientation": "any",
"scope": "/",
"lang": "en-US",
"dir": "ltr",
"icons": [
{
"src": "/icons/icon-72x72.svg",
"sizes": "72x72",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-96x96.svg",
"sizes": "96x96",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-128x128.svg",
"sizes": "128x128",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-144x144.svg",
"sizes": "144x144",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-152x152.svg",
"sizes": "152x152",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/icons/icon-384x384.svg",
"sizes": "384x384",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "/screenshots/dashboard.png",
"sizes": "540x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Dashboard view showing watch statistics"
},
{
"src": "/screenshots/scanner.png",
"sizes": "540x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Camera scanner for watch identification"
},
{
"src": "/screenshots/ar-tryon.png",
"sizes": "540x720",
"type": "image/png",
"form_factor": "narrow",
"label": "AR try-on feature"
},
{
"src": "/screenshots/watch-detail.png",
"sizes": "540x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Watch details and price history"
}
],
"categories": [
"lifestyle",
"shopping",
"utilities",
"finance"
],
"shortcuts": [
{
"name": "Dashboard",
"short_name": "Home",
"description": "View dashboard and statistics",
"url": "/pwa-index.html",
"icons": [
{
"src": "/icons/icon-192x192.svg",
"sizes": "192x192"
}
]
},
{
"name": "Scan Watch",
"short_name": "Scan",
"description": "Use camera to identify watch",
"url": "/pwa-index.html?view=scanner",
"icons": [
{
"src": "/icons/icon-192x192.svg",
"sizes": "192x192"
}
]
},
{
"name": "AR Try-On",
"short_name": "AR",
"description": "Try watches in augmented reality",
"url": "/pwa-index.html?view=ar",
"icons": [
{
"src": "/icons/icon-192x192.svg",
"sizes": "192x192"
}
]
},
{
"name": "Favorites",
"short_name": "Favorites",
"description": "View your favorite watches",
"url": "/pwa-index.html?view=favorites",
"icons": [
{
"src": "/icons/icon-192x192.svg",
"sizes": "192x192"
}
]
}
],
"share_target": {
"action": "/share",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url",
"files": [
{
"name": "image",
"accept": ["image/*"]
}
]
}
},
"protocol_handlers": [
{
"protocol": "web+omega",
"url": "/pwa-index.html?watch=%s"
}
],
"file_handlers": [
{
"action": "/open-watch",
"accept": {
"application/json": [".json"],
"text/csv": [".csv"]
}
}
],
"prefer_related_applications": false,
"related_applications": [],
"iarc_rating_id": "",
"permissions": [
"camera",
"notifications"
],
"features": [
"ar-try-on",
"camera-scanner",
"biometric-auth",
"offline-mode",
"push-notifications",
"background-sync"
]
}