Project DoubleCheck

Project DoubleCheck

Send emails and documents to a certified proofreader with one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Project DoubleCheck",
  "short_name": "Project DoubleCheck",
  "description": "Send emails and documents to a certified proofreader with one click!",
  "version": "0.1.3",
  "permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "inboxsdk.js",
        "jquery-2.1.1.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "/images/double-check-alt-24.png"
  ],
  "icons": {
    "32": "/images/double-check-32.png",
    "64": "/images/double-check-64.png",
    "128": "/images/double-check-128.png"
  }
}