Chitalka

Chitalka

Reads aloud Russian text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "0.0.7",
  "description": "__MSG_appDesc__",
  "default_locale": "ru",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "19": "images/icon-19.png",
      "38": "images/icon-38.png",
      "128": "images/icons-128.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "https://www.google-analytics.com/",
    "contextMenus",
    "storage",
    "tts"
  ],
  "offline_enabled": false,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}