Vernier Graphical Analysis

Vernier Graphical Analysis

Graphical Analysis™ is a tool for science students to collect, graph, and analyze data from Vernier sensors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "bluetooth": {
    "low_energy": true,
    "uuids": [
      "1800",
      "1801",
      "180a",
      "180d",
      "180f",
      "2a2a",
      "2a19",
      "2a23",
      "2a24",
      "2a25",
      "2a26",
      "2a27",
      "2a28",
      "2a29",
      "2a50",
      "6217ff4b-fb31-1140-ad5a-a45545d7ecf3",
      "1a97c2f0-da04-11e2-b53a-00264aa53efc",
      "1a97c2f1-da04-11e2-b53a-00264aa53efc",
      "f000ffc0-0451-4000-b000-000000000000",
      "d91714ef-28b9-4f91-ba16-f0d9a604f112",
      "f4bf14a6-c7d5-4b6d-8aa8-df1a7c83adcb",
      "b41e6675-a329-40e0-aa01-44d2f444babe",
      "1d14d6ee-fd63-4fa1-bfa4-8f47b42119f0",
      "8e6f0f58-5819-11e6-8b77-86f30ca893d3"
    ]
  },
  "default_locale": "en",
  "description": "Graphical Analysis™ is a tool for science students to collect, graph, and analyze data from Vernier sensors.",
  "file_handlers": {
    "text": {
      "extensions": [
        "gambl",
        "ambl",
        "csv"
      ],
      "types": [
        "application/x-gambl",
        "application/xml",
        "text/xml",
        "text/csv"
      ]
    }
  },
  "url_handlers": {
    "ga_pro": {
      "matches": [
        "https://graphicalanalysis.app/chrome-app/*",
        "https://graphicalanalysis.com/chrome-app/*"
      ],
      "title": "GA Pro"
    }
  },
  "icons": {
    "16": "app_icon/ga-icon_16.png",
    "128": "app_icon/ga-icon_128.png"
  },
  "kiosk_enabled": true,
  "manifest_version": 2,
  "minimum_chrome_version": "108",
  "name": "Vernier Graphical Analysis",
  "offline_enabled": true,
  "permissions": [
    "storage",
    "power",
    "system.memory",
    "mdns",
    "clipboardWrite",
    "clipboardRead",
    "http://*/*",
    "https://*.execute-api.us-west-2.amazonaws.com/*",
    "notifications",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "hid",
    "usb",
    {
      "usbDevices": [
        {
          "productId": 2,
          "vendorId": 2295
        },
        {
          "productId": 3,
          "vendorId": 2295
        },
        {
          "productId": 4,
          "vendorId": 2295
        },
        {
          "productId": 5,
          "vendorId": 2295
        },
        {
          "productId": 8,
          "vendorId": 2295
        },
        {
          "productId": 11,
          "vendorId": 2295
        },
        {
          "productId": 14,
          "vendorId": 2295
        },
        {
          "productId": 16,
          "vendorId": 2295
        },
        {
          "productId": 18,
          "vendorId": 2295
        },
        {
          "productId": 21,
          "vendorId": 2295
        },
        {
          "productId": 115,
          "vendorId": 5538
        }
      ]
    },
    {
      "socket": [
        "tcp-connect:127.0.0.1",
        "resolve-host"
      ]
    },
    "https://ga-experiment-library.s3-us-west-2.amazonaws.com/"
  ],
  "short_name": "Graphical",
  "sockets": {
    "tcp": {
      "connect": "127.0.0.1"
    },
    "tcpServer": {
      "listen": "127.0.0.1"
    }
  },
  "version": "5.18.3.3208",
  "version_name": "5.18.3-3208"
}