Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_popup": "popup.html",
"default_title": "WWW"
},
"background": {
"service_worker": "background.js"
},
"description": "A Beautiful Weather Page",
"homepage_url": "https:\/\/sermak.ca",
"host_permissions": [
"https:\/\/*.gismeteo.ru\/*"
],
"icons": {
"128": "weather.png"
},
"manifest_version": 3,
"name": "World Wide Weather",
"options_page": "options.html",
"permissions": [
"storage",
"geolocation"
],
"short_name": "WWW",
"version": "27.3",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.html",
"*.svg"
]
}
]
}