cmacs

cmacs

It's an editor, or an OS, or

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "cmacs",
  "version": "0.0.2.1",
  "manifest_version": 2,
  "description": "It's an editor, or an OS, or",
  "app": {
    "background": {
      "scripts": [
        "/js/background.js"
      ]
    }
  },
  "icons": {
    "16": "resources/images/icon16.png",
    "48": "resources/images/icon48.png",
    "128": "resources/images/icon128.png"
  },
  "permissions": [
    "alarms",
    "fileSystem",
    "fileSystem.write",
    "identity",
    "notifications",
    "serial",
    "storage",
    "syncFileSystem",
    "usb",
    "webview",
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "866416614686.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  }
}