IkaEasy V3 BETA

IkaEasy V3 BETA

The extension significantly improves and simplifies the interface of the online browser game ikariam.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IkaEasy V3 BETA",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "page_action": {
    "default_icon": "icon/128.png",
    "default_title": "IkaEasy"
  },
  "background": {
    "scripts": [
      "common.js",
      "bg.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "common.js",
        "script.js"
      ],
      "matches": [
        "http://*.ikariam.gameforge.com/*",
        "https://*.ikariam.gameforge.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "web_accessible_resources": [
    "inner/ikaeasy.js",
    "images/*",
    "js/page/*",
    "js/helper/*",
    "js/libs/*",
    "js/data/*",
    "lang/*",
    "css/*",
    "tpl/*",
    "whatnews.json",
    "options.json"
  ],
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "background",
    "http://*.ikariam.gameforge.com/*",
    "https://*.ikariam.gameforge.com/*",
    "https://ikalogs.ru/*",
    "https://*.ikalogs.ru/*",
    "*://clip2net.com/*",
    "*://*.clip2net.com/*"
  ],
  "version": "3.0.22.148"
}