@Voice Add To List

@Voice Add To List

Add the current article to @Voice Aloud Reader Android app reading list

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "@Voice Add To List",
  "description": "Add the current article to @Voice Aloud Reader Android app reading list",
  "icons": {
    "128": "img/at_voice128.png"
  },
  "version": "0.0.1.5",
  "options_page": "options.html",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/at_voice.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "https://www.googleapis.com/*",
    "https://*.googleusercontent.com/*",
    "activeTab",
    "storage",
    "contextMenus",
    "pageCapture",
    "<all_urls>"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+L",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      }
    }
  },
  "oauth2": {
    "client_id": "120997349301-a3fej8qcvs0qqhhlbstuo7djsu5avn3p.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZ3t11E4NI2/4RympP6+ePzgpwvbHlb0U0v8qpbesuSXFRyK79IGUazTHFt5z1nsPwWqCasaf5wJp9+yKUkRAo+GXX3PShi4g4EqS7Fw/20qCVTJP1OD44tQ6m4SV9jHi7VHgBs2sTTzyjBEPiUgwDLz30jVQb/8jG/axZW/43fY8ZMJ4TWRQVtBIoMNpAcQlq9md9kq+8cEEAHlL641mI9BfQGYHhGIS/OATBcYf90bTeb0ZovYk2Vu8nkr5H4XGurzRLtDG05PNacOxtbku9S4cpYspw112rJLYIm+BSNohSEyBTsNr++vglz8dsY5zY8QY/J1MSiOdNUfv9qSxQIDAQAB"
}