KCSG Tools For Kartra

KCSG Tools For Kartra

User interface enhancements for Kartra authors. Not affilated with, endorsed, or supported by Kartra or Genesis Digital.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "type": "module",
    "service_worker": "background_sw.js"
  },
  "description": "User interface enhancements for Kartra authors. Not affilated with, endorsed, or supported by Kartra or Genesis Digital.",
  "externally_connectable": {
    "matches": [
      "https://app.kartra.com/*",
      "https://*.kartradev.com/*"
    ]
  },
  "icons": {
    "16": "tfk-16.png",
    "32": "tfk-32.png",
    "48": "tfk-48.png",
    "64": "tfk-64.png",
    "128": "tfk-128.png"
  },
  "manifest_version": 3,
  "name": "KCSG Tools For Kartra",
  "options_page": "options.html",
  "action": {
    "default_icon": {
      "16": "tfk-16.png",
      "32": "tfk-32.png",
      "48": "tfk-48.png",
      "64": "tfk-64.png",
      "128": "tfk-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "KCSG Tools For Kartra"
  },
  "permissions": [
    "scripting",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://app.kartra.com/"
  ],
  "optional_host_permissions": [
    "https://*.kartradev.com/"
  ],
  "short_name": "KCSG TFK",
  "version": "3.1.78",
  "web_accessible_resources": [
    {
      "resources": [
        "feature_loader.js",
        "font_reviewer.html",
        "license_viewer.html",
        "refresh-20x16.png",
        "select2.min.css",
        "select2.min.js",
        "tfk-16.png",
        "tfk-32.png"
      ],
      "matches": [
        "https://app.kartra.com/*",
        "https://*.kartradev.com/*"
      ]
    }
  ]
}