ShadyVault - Encrypted storage for Chrome OS

ShadyVault - Encrypted storage for Chrome OS

Provides an encrypted storage for Chrome OS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_short_name__",
  "description": "__MSG_app_description__",
  "version": "1.0.9",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "default_locale": "en",
  "icons": {
    "16": "icons/appicon/16.png",
    "19": "icons/appicon/19.png",
    "38": "icons/appicon/38.png",
    "48": "icons/appicon/48.png",
    "96": "icons/appicon/96.png",
    "128": "icons/appicon/128.png",
    "256": "icons/appicon/256.png",
    "512": "icons/appicon/512.png"
  },
  "file_system_provider_capabilities": {
    "configurable": true,
    "multiple_mounts": true,
    "watchable": false,
    "source": "network"
  },
  "offline_enabled": true,
  "permissions": [
    "notifications",
    "storage",
    "fileSystem",
    "unlimitedStorage",
    "fileSystemProvider",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "identity",
    "https://www.googleapis.com/"
  ],
  "oauth2": {
    "client_id": "665859454684-s6nmohpktccl2srxvc67thbmpclpa36v.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}