Meteonova

Meteonova

Meteonova

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "favicon-16.png",
    "default_popup": "index.html"
  },
  "default_locale": "ru",
  "description": "__MSG_description_ext__",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "Meteonova",
  "options_page": "options.html",
  "permissions": [
    "http://www.meteonova.ru/vjs",
    "http://www.meteonova.ru/xml",
    "http://www.meteonova.ru/news/export/meteonova.xml",
    "http://www.meteonova.ru/proxy.php",
    "http://www.meteonova.ru/speech"
  ],
  "version": "1.2.0.6"
}