Previsioni Meteo Italia; previsioni del tempo, mappe, radar precipitazione.....
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "http://clients2.google.com/service/update2/crx",
"name": "Previsioni tempo",
"version": "1.3",
"manifest_version": 2,
"icons": {
"128": "previsionitempo.png"
},
"app": {
"urls": [
"http://previsioni-tempo.info/"
],
"launch": {
"web_url": "http://previsioni-tempo.info/"
}
}
}