Share with Fluency Tutor

Share with Fluency Tutor

Shares reading passages using the Fluency Tutor for Google app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Share with Fluency Tutor",
  "description": "Shares reading passages using the Fluency Tutor for Google app.",
  "version": "0.0.12",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "activeTab",
    "identity",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "images/16.png",
    "128": "images/128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    },
    "default_title": "Read with Fluency Tutor"
  },
  "background": {
    "scripts": [
      "scripts/require.js",
      "scripts/main.js",
      "scripts/browser-polyfill.js"
    ]
  },
  "oauth2": {
    "client_id": "939870422462-ng6gj0oa9kogqvk4lte2rq7dttef2tdp.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.readonly"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://fluency.texthelp.com/*",
      "*://reading.texthelp.com/*"
    ]
  }
}