Checker Plus for Google Drive™

Checker Plus for Google Drive™

Quickly browse your Google Drive files without opening a webpage and get notifications of modifications to your shared documents

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "name": "Checker Plus for Google Drive",
  "description": "__MSG_description__",
  "version": "9.2",
  "homepage_url": "https://jasonsavard.com?ref=homepage_url&ext=drive",
  "background": {
    "scripts": [
      "js/common.js",
      "js/checkerPlusForDrive.js",
      "js/difflib.js",
      "js/diffview.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/buttonIcons/default.png",
    "default_title": "Checker Plus for Google Drive™",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon19.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "default_locale": "en",
  "permissions": [
    "alarms",
    "idle",
    "storage",
    "notifications",
    "contextMenus",
    "https://www.googleapis.com/*"
  ],
  "optional_permissions": [
    "*://*.googleusercontent.com/*",
    "https://docs.google.com/"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "/images/icon128.png",
    "/images/driveIcons/*",
    "options.html",
    "contribute.html",
    "oauth2callback.html"
  ]
}