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",
"name": "Wetter M\u00fcnster",
"version": "1.2.4",
"manifest_version": 3,
"description": "Aktuelle Wetterdaten des Instituts f\u00fcr Landschafts\u00f6kologie der Universit\u00e4t M\u00fcnster.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"alarms"
],
"background": {
"service_worker": "eventpage.js"
},
"host_permissions": [
"https:\/\/www.uni-muenster.de\/Klima\/wetter\/wetter.php"
]
}