Drive Watcher Chrome Extension

Drive Watcher Chrome Extension

Add a powerful watcher in your workspace and stay tuned about updates done by your work mates

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drive Watcher Chrome Extension",
  "description": "Add a powerful watcher in your workspace and stay tuned about updates done by your work mates",
  "version": "1.0",
  "author": "[email protected]",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Go to Drive Watcher"
  },
  "icons": {
    "120": "img/favicon.png"
  }
}