Döviz Kurları

Döviz Kurları

Döviz Kurlarını Çevirerek Kar Zarar Hesaplamalarınızı Yapın.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Döviz",
  "name": "Döviz Kurları",
  "description": "Döviz Kurlarını Çevirerek Kar Zarar Hesaplamalarınızı Yapın.",
  "version": "1.2.3",
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/popup.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://www.doviz.com/api/v1/currencies/all/latest"
  ]
}