YouTube to MP3 Converter

YouTube to MP3 Converter

YouTube to MP3 Converter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube to MP3 Converter",
  "description": "YouTube to MP3 Converter",
  "version": "1.0",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "55.0"
    }
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "popup.js"
    ]
  },
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}