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": 2,
"name": "__MSG_extName__",
"default_locale": "en",
"description": "__MSG_extDescription__",
"version": "1.3.1",
"app": {
"urls": [
"https:\/\/www.rain-alarm.com\/"
],
"launch": {
"web_url": "https:\/\/www.rain-alarm.com\/?from=chromebackground"
}
},
"icons": {
"128": "launcher.png"
},
"permissions": [
"geolocation",
"notifications",
"background"
],
"background": {
"page": "https:\/\/www.rain-alarm.com\/index_background.html#0"
}
}