Academia do Importador

Academia do Importador

Converta Dólar para Real e vice-versa automaticamente ou pelo mini conversor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "3ree",
  "background": {
    "persistent": true,
    "scripts": [
      "Browser.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup/popup.html",
    "default_title": "Academia do Importador"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c1ae7a88-3721-459c-9f55-c527123c1859}",
      "strict_min_version": "57.0"
    }
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "content/content.css"
      ],
      "js": [
        "XRegExp.js",
        "RegExpWrapper.js",
        "Utils.js",
        "Timer.js",
        "Browser.js",
        "Localizations.js",
        "Configuration.js",
        "SiteAllowance.js",
        "CurrencyAmount.js",
        "CurrencyRate.js",
        "CurrencyElement.js",
        "ActiveLocalization.js",
        "Currencies.js",
        "Detector.js",
        "Engine.js",
        "content/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Converta Dólar para Real e vice-versa automaticamente ou pelo mini conversor.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Academia do Importador",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "tabs",
    "http://api.DolarHoje.com/*"
  ],
  "short_name": "Academia do Importador",
  "version": "1.0.7",
  "web_accessible_resources": [
    "html/rowConverter.html",
    "html/localizationAlert.html",
    "html/contextMenu.html",
    "html/selectedMenu.html"
  ]
}