VEXcode 123

VEXcode 123

VEXcode 123

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VEXcode 123",
  "description": "VEXcode 123",
  "version": "3.0.1.5",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "chrome_os_background.js"
      ]
    }
  },
  "icons": {
    "16": "icons/123icon-16.png",
    "128": "icons/123icon-128.png"
  },
  "version_name": "3.0.1.5-380dbd343e",
  "bluetooth": {
    "uuids": [
      "2afa73ca-52c0-4f21-981a-48dc06bb0000",
      "6FAA2911-9200-49A0-A353-6152C5930EC5"
    ],
    "low_energy": true
  },
  "file_browser_handlers": [
    {
      "id": "iqblockssave",
      "default_title": "Open in VEXcode Blocks",
      "file_filters": [
        "filesystem:*.iqblocks"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "system.cpu",
    "system.memory",
    "serial",
    "https://content.vexrobotics.com/*",
    "https://www.google-analytics.com/",
    "https://status.vexcode.cloud/",
    "usb",
    {
      "usbDevices": [
        {
          "vendorId": 10376,
          "productId": 2
        },
        {
          "vendorId": 10376,
          "productId": 3
        },
        {
          "vendorId": 10376,
          "productId": 1281
        },
        {
          "vendorId": 10376,
          "productId": 1283
        },
        {
          "vendorId": 10376,
          "productId": 1287
        },
        {
          "vendorId": 10376,
          "productId": 255
        },
        {
          "vendorId": 45484,
          "productId": 61440
        },
        {
          "vendorId": 8137,
          "productId": 12
        },
        {
          "vendorId": 10376,
          "productId": 512
        },
        {
          "vendorId": 10376,
          "productId": 528
        },
        {
          "vendorId": 10376,
          "productId": 543
        }
      ]
    },
    "fileSystem",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "fileBrowserHandler"
  ]
}