FootNotes

FootNotes

soundcloud-style time-tied comments for youtube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FootNotes",
  "description": "soundcloud-style time-tied comments for youtube",
  "version": "0.2.1",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "build/bundle.background.js"
    ],
    "persistent": false
  },
  "commands": {
    "activate": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period"
      },
      "description": "Activate FootNotes"
    }
  },
  "permissions": [
    "identity",
    "identity.email",
    "https://ajax.googleapis.com/",
    "storage",
    "app",
    "windows",
    "background",
    "*://*/*",
    "https://ssl.gstatic.com/",
    "https://www.googleapis.com/",
    "https://accounts.google.com/"
  ],
  "oauth2": {
    "client_id": "28496067317-6f69fn7d0t0u69cef3gbl4srguiuunbm.apps.googleusercontent.com",
    "scopes": [
      "https://www.google.com/m8/feeds/"
    ]
  }
}