LoL KDA

LoL KDA

Calculate and compare your League of Legend KDA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "images/icon_16.png",
    "default_title": "LoL KDA",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "description": "Calculate and compare your League of Legend KDA",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png",
    "256": "images/icon_256.png"
  },
  "content_security_policy": "script-src 'self' https://prod.api.pvp.net https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "https://www.google-analytics.com/"
  ],
  "name": "LoL KDA",
  "version": "0.0.0.2"
}