KBD To MIDI Piano

KBD To MIDI Piano

An offline piano with MIDI export and audio recording functions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistant": false
  },
  "browser_action": {
    "default_icon": "style/icons/icon128.png",
    "default_title": "KBD2MIDI"
  },
  "description": "An offline piano with MIDI export and audio recording functions",
  "icons": {
    "128": "style/icons/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "38",
  "name": "KBD To MIDI Piano",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "short_name": "K2MP",
  "version": "1.6.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}