Easy Video Converter

Easy Video Converter

An easy to use drag/drop video converter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easy Video Converter",
  "default_locale": "en",
  "description": "An easy to use drag/drop video converter.",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "version": "3.0",
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  }
}