Citable

Citable

Save citable quotes and notes from the web into Google spreadsheets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Citable",
  "short_name": "Citable",
  "description": "Save citable quotes and notes from the web into Google spreadsheets.",
  "version": "2.3.7",
  "minimum_chrome_version": "45",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAWST4CzoIlg0pwYOZ4tMGhZj8h+tAfyLmLrmAFNfdfGJz/CJ3LbJlOse8NoLtL+chV+DuhGiStLepn6tzXYe+L8JUHov/ztDeOArzUjmNeG2UpSX8kU8hcGhtnqvlWmto+0OgJytgVYMKnbo2zolI3s+UKfwP1S6D5T0KoyKWowIDAQAB",
  "oauth2": {
    "client_id": "1034066493115.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://spreadsheets.google.com/feeds",
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "offline_enabled": false,
  "background": {
    "page": "background.html",
    "script": "background.js"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "browser_action": {
    "default_title": "Citable",
    "default_icon": {
      "19": "icon19.png",
      "38": "icon76.png"
    },
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com/ https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "storage",
    "identity"
  ],
  "web_accessible_resources": [],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+X",
        "mac": "Command+Shift+X",
        "chromeos": "Ctrl+Shift+X",
        "linux": "Ctrl+Shift+X"
      }
    }
  }
}