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 Tab",
"short_name": "WeatherTab",
"homepage_url": "https:\/\/timleland.com\/weathertab\/",
"version": "1.0.4",
"description": "Replace new tab page with the weather and search",
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 3,
"permissions": [
"unlimitedStorage",
"geolocation"
]
}