CrosExplorer - Expand the ChromeOS Files app!

CrosExplorer - Expand the ChromeOS Files app!

Manage your Chromebook's files with desktop-class power!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CrosExplorer - Expand the ChromeOS Files app!",
  "short_name": "CrosExplorer",
  "description": "Manage your Chromebook's files with desktop-class power!",
  "version": "0.0.1.5",
  "version_name": "CrosExplorer Beta",
  "commands": {
    "run_crosexplorer": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "chromeos": "Search+C"
      },
      "description": "Open CrosExplorer"
    }
  },
  "action": {
    "default_icon": "./Icons/CrosExplorer.png",
    "default_popup": "mountWindow.html"
  },
  "options_ui": {
    "page": "mountWindow.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "./Icons/CrosExplorer.png",
    "48": "./Icons/CrosExplorer.png",
    "128": "./Icons/CrosExplorer128.png"
  },
  "permissions": [
    "fileSystemProvider",
    "storage",
    "tabs",
    "notifications",
    "alarms",
    "downloads",
    "downloads.open",
    "offscreen",
    "identity"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "file_system_provider_capabilities": {
    "configurable": true,
    "watchable": true,
    "multiple_mounts": true,
    "source": "network"
  },
  "file_handlers": [
    {
      "action": "/redirecter.html",
      "name": "All Files",
      "accept": {
        "application/*": [
          ".*"
        ],
        "audio/*": [
          ".*"
        ],
        "font/*": [
          ".*"
        ],
        "image/*": [
          ".*"
        ],
        "message/*": [
          ".*"
        ],
        "model/*": [
          ".*"
        ],
        "text/*": [
          ".*"
        ],
        "video/*": [
          ".*"
        ]
      },
      "icons": [
        {
          "src": "./Icons/CrosExplorer.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "minimum_chrome_version": "116",
  "web_accessible_resources": [
    {
      "resources": [
        "redirecter.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnCgvRMNCjXL+NMQd1f8uTIBKnR63lefGUYovERT3JY3oTG24P2CFj6RawF4NJU121wTVqomIWNmegEVQwCWpUIEO9F+wEamR6ns7pZ3gCXaMbN1/Fc/3F/QeTkB7rwKo6bHCgWTGvrt5U8+8ghEcWjHLmCAdrdm5La9+CJ15yWDoSGxC3DHsGGOM/lFE2G4l93lijz3OWS6o29vGym3afkTC0a9fKaOlUoLJhQJVzIoEH9tsPR7WsrbwkgJ0jwANIPUAOWhorBbYIEDwB5S8Fg+cGQbyHQ/hlm1snBvjtR/gvxglTLoeYoqK5o02WOf1SoV1MDDWvsASeAiInxdtdQIDAQAB",
  "oauth2": {
    "client_id": "916544035903-pq6f2rs4pqq7vrkjphj83bvq1lptpu9s.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  }
}