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": "Weather",
"short_name": "Weather",
"homepage_url": "https:\/\/weatherextension.com\/",
"version": "6.0.14",
"description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"38": "img\/icon38.png"
},
"default_title": "Weather",
"default_popup": "popup.html"
},
"manifest_version": 3,
"permissions": [
"alarms",
"storage",
"geolocation",
"notifications",
"idle"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
}
}