Webreads

Webreads

Webreads allows user to audio mark web page content and stream to smart phones

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Webreads",
  "description": "Webreads allows user to audio mark web page content and stream to smart phones",
  "version": "1.2",
  "author": "Suresh Krishnan ([email protected])",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "data/background.js"
    ]
  },
  "browser_action": {
    "default_title": "WebReads",
    "default_icon": "data/webreads.png",
    "default_popup": "data/popup.html"
  }
}