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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "KBD To MIDI Piano",
  "short_name": "K2MP",
  "version": "1.6.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "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"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ]
}