Elma Center

Elma Center

Elasto Mania battle notifier and miscellaneous tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Elma Center",
  "short_name": "Elma Center",
  "version": "0.0.2",
  "default_locale": "en",
  "description": "Elasto Mania battle notifier and miscellaneous tools",
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_title": "Elma Center",
    "default_popup": "popup.html"
  },
  "author": "Hexjelly",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "offline_enabled": false,
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "notifications",
    "storage",
    "http://*.elmaonline.net/*",
    "http://108.61.164.75:8880/*"
  ]
}