VOB to AVI Converter

VOB to AVI Converter

Convert VOB videos to AVI

Additional files are visible only to premium users

manifest.json


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