wavetech. - Text-to-speech

wavetech. - Text-to-speech

Convert your daily reads into Audios and make your multitasking even easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html",
    "default_title": "wavetech."
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self';",
  "description": "Convert your daily reads into Audios and make your multitasking even easier.",
  "icons": {
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "wavetech. - Text-to-speech",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "webRequest",
    "webRequestBlocking"
  ],
  "short_name": "wavetech.",
  "version": "1.0.4",
  "web_accessible_resources": [
    "js/*",
    "images/*",
    "css/*",
    "fonts/*"
  ]
}