Convert ARS to VND

Convert ARS to VND

Convert ARS to VND is an interesting utility that allows you to quickly convert Argentine Peso to Vietnamese Dong

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Convert ARS to VND",
  "version": "1.0",
  "description": "Convert ARS to VND is an interesting utility that allows you to quickly convert Argentine Peso to Vietnamese Dong",
  "permissions": [],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "128": "images/ars-logo.png"
    }
  },
  "icons": {
    "128": "images/ars-logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a617e4fe-edac-43b8-a67e-5ef505fbb9d9}"
    }
  }
}