AAC to WAV Converter

AAC to WAV Converter

Convert AAC audio file to WAV

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AAC to WAV Converter",
  "default_locale": "en",
  "description": "Convert AAC audio file to WAV",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "2.0",
  "icons": {
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png"
  }
}