Nextcloud (unofficial)

Nextcloud (unofficial)

Nextcloud/ownCloud storage service 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_appName__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_appDescription__",
  "version": "3.0.3",
  "author": "Yuto Tokunaga <[email protected]",
  "homepage_url": "https://github.com/yuntan/chromeos-filesystem-nextcloud",
  "default_locale": "en",
  "permissions": [
    "fileSystemProvider",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "https://*/"
  ],
  "background": {
    "scripts": [
      "node_modules/webextension-polyfill/dist/browser-polyfill.min.js",
      "dist/background.js"
    ]
  },
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "file_system_provider_capabilities": {
    "source": "network",
    "multiple_mounts": true
  }
}