Beautiful Audio Editor

Beautiful Audio Editor

The in-browser, multi-track audio editor for Desktop and mobile. Make podcasts, mixes, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Beautiful Audio Editor",
  "short_name": "Beautiful",
  "version": "0.0.3.159",
  "homepage_url": "https://beautifulaudioeditor.appspot.com/",
  "offline_enabled": true,
  "description": "The in-browser, multi-track audio editor for Desktop and mobile. Make podcasts, mixes, and more.",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "387438084475",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/audioproject",
          "application/vnd.google.drive.ext-type.audioproject"
        ],
        "href": "https://beautifulaudioeditor.appspot.com/app",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "16": "logo1616.gif",
    "128": "logo128128.gif"
  },
  "app": {
    "launch": {
      "web_url": "https://beautifulaudioeditor.appspot.com/app?google-drive-action=create"
    }
  },
  "minimum_chrome_version": "31.0.1650.8"
}