AutocardAnywhere

AutocardAnywhere

Displays card image popups for collectable card games on all webpages you visit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "4.35.0",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "19": "Icon-19.png",
      "38": "Icon-38.png"
    }
  },
  "icons": {
    "24": "Icon-24.png",
    "48": "Icon-48.png",
    "128": "Icon-128.png"
  },
  "short_name": "AutoAny",
  "author": "Obtuse Goose Ltd",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "run_at": "document_end",
      "js": [
        "libs/jquery-3.6.0.min.js",
        "libs/popper-2.10.2.min.js",
        "libs/tippy/tippy-bundle-6.3.2.umd.min.js",
        "libs/swiper-bundle-6.8.4.min.js",
        "settings.js",
        "contentscript.js",
        "games/dictionary.js",
        "games/games.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "name": "AutocardAnywhere",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "description": "Displays card image popups for collectable card games on all webpages you visit.",
  "web_accessible_resources": [
    {
      "resources": [
        "img/loading.gif",
        "img/broken.png",
        "libs/tippy/light.css",
        "libs/tippy/material.css",
        "libs/tippy/scale.css",
        "libs/tippy/perspective.css",
        "libs/tippy/shift-away.css",
        "libs/tippy/shift-toward.css",
        "libs/swiper-bundle.min.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}