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": "Global Weather Live - 3D Earth",
"version": "1.0.2",
"description": "Real-time global weather forecast on an interactive 3D globe.",
"permissions": [
"geolocation",
"storage"
],
"host_permissions": [
"https:\/\/geocoding-api.open-meteo.com\/*",
"https:\/\/api.open-meteo.com\/*",
"https:\/\/flagcdn.com\/*"
],
"action": {
"default_popup": "popup\/index.html",
"default_title": "Global Weather Live",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"background": {
"service_worker": "background\/service-worker.js"
},
"sandbox": {
"pages": [
"popup\/weather.html"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.tailwindcss.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https:\/\/cdn.tailwindcss.com https:\/\/cdnjs.cloudflare.com https:\/\/fonts.googleapis.com; connect-src *; img-src * data: blob:; font-src *;"
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
}
}