那珂Stat

那珂Stat

a Tools for figure out the league of NaKa

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "那珂Stat",
  "version": "1.1.5",
  "description": "a Tools for figure out the league of NaKa",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "background": {
    "scripts": [
      "naostat_webref.js"
    ],
    "persistent": true
  },
  "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
  "permissions": [
    "<all_urls>",
    "http://*/",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "devtools_page": "naostatdevnet.html",
  "web_accessible_resources": [
    "*"
  ]
}