Audio and Music editor online Sweep

Audio and Music editor online Sweep

Create and edit audio and music online Sweep

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "2.8.12resigned1",
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icons/suite_38.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "tabs"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "icons/suite_16.png",
    "48": "icons/suite_48.png",
    "128": "icons/suite_128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "jquery-3.3.1.min.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e436d70c-fbc6-4b7d-bf4c-c33296553599}"
    }
  }
}