Gismeteo

Gismeteo

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",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "logo.png"
    },
    "default_popup": "popup.html",
    "default_title": "Gismeteo"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description_ext__",
  "homepage_url": "https://www.gismeteo.ru",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Gismeteo",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "https://services.gismeteo.ru/inform-service/",
    "https://ssl.google-analytics.com/"
  ],
  "version": "3.1.8",
  "web_accessible_resources": [
    "favicon-16.png"
  ]
}