Crusaders Automaton

Crusaders Automaton

This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crusaders Automaton",
  "description": "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/",
  "version": "0.0.7",
  "page_action": {
    "default_title": "Crusader Automaton",
    "default_icon": "original_COTLI_Icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "declarativeContent",
    "webRequest",
    "activeTab",
    "storage",
    "*://*.djartsgames.ca/~idle/post.php",
    "*://imaginarydevelopment.github.io/",
    "*://fantamondi.it/cotli/import",
    "*://cdn.jsdelivr.net/"
  ],
  "icons": {
    "16": "original_COTLI_Icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}