Gismeteo App

Gismeteo App

Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "page": "background.html"
    }
  },
  "offline_enabled": true,
  "default_locale": "ru",
  "description": "__MSG_description_ext__",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "Gismeteo App",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "version": "1.0.6",
  "manifest_version": 2
}