Scratch Device Plugin Helper

Scratch Device Plugin Helper

Enables Scratch hardware extensions on Chrome. Requires the Scratch Device Plugin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Scratch Device Plugin Helper",
  "version": "2.2.1.0",
  "description": "Enables Scratch hardware extensions on Chrome. Requires the Scratch Device Plugin.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "ScratchDeviceHost-Background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://scratch.mit.edu/projects/*",
      "*://scratchx.org/*",
      "*://scratch.ly/*",
      "*://*.scratch.ly/*",
      "*://staging.scratch.mit.edu/*"
    ]
  },
  "permissions": [
    "nativeMessaging"
  ]
}