Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Horloge - World Time Map",
"description": "Explorez les fuseaux horaires du monde en temps r\u00e9el avec une carte 3D interactive.",
"version": "1.0.1",
"author": "HisyarDigital",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"default_title": "ChronoWorld - Carte des Fuseaux Horaires"
},
"permissions": [
"storage"
],
"host_permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"offline_enabled": true,
"minimum_chrome_version": "96"
}