Gismeteo Tab

Gismeteo Tab

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"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "ru",
  "description": "__MSG_description_ext__",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "Gismeteo Tab",
  "options_page": "index.html",
  "permissions": [
    "https://services.gismeteo.ru/inform-service/inf_chrometab/",
    "https://ssl.google-analytics.com/",
    "tabs"
  ],
  "version": "1.0.19",
  "manifest_version": 2,
  "web_accessible_resources": [
    "favicon-16.png"
  ]
}