KVCore Contact Page Formatter

KVCore Contact Page Formatter

Formats the KVCore contact page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "KVCore Contact Page Formatter",
  "short_name": "KVCore Contact Page Formatter",
  "version": "1.0.0",
  "description": "Formats the KVCore contact page.",
  "author": "The Perry Group",
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "72": "icons/icon-72.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.kvcore.com/*"
      ],
      "js": [
        "js/options.js"
      ]
    }
  ]
}