Library Access: KeyForge Deck Sync Tool

Library Access: KeyForge Deck Sync Tool

Library Access is a tool for syncing your KeyForge Master Vault deck list to 3rd party sites such as The Crucible Online and Decks…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Library Access: KeyForge Deck Sync Tool",
  "short_name": "Library Access",
  "version": "0.5",
  "permissions": [
    "activeTab",
    "cookies",
    "declarativeContent",
    "https://www.keyforgegame.com/",
    "https://decksofkeyforge.com/",
    "https://www.thecrucible.online/",
    "https://thecrucible.online/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.keyforgegame.com/*"
      ],
      "js": [
        "vendor/arrive.min.js",
        "content-scripts/enhanced-master-vault.js"
      ],
      "css": [
        "vendor/pure-css-drawer-menu.css",
        "vendor/ps-sans.css",
        "content-scripts/jason-theme.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/dok-icon-16x16.png",
    "img/dok-apple-touch-icon.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup/index.html"
  },
  "icons": {
    "100": "icon.png"
  }
}