Pedals.io – Guitar effects in the cloud

Pedals.io – Guitar effects in the cloud

Plug your guitar or bass and play with seductive effects. Save the tones you created and access them anywhere you go!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pedals.io – Guitar effects in the cloud",
  "short_name": "Pedals.io",
  "description": "Plug your guitar or bass and play with seductive effects. Save the tones you created and access them anywhere you go!",
  "version": "0.2",
  "minimum_chrome_version": "29",
  "app": {
    "background": {
      "scripts": [
        "javascripts/index.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "fullscreen",
    "storage",
    "audioCapture",
    "https://www.google-analytics.com/"
  ],
  "offline_enabled": true
}