TwinCone

TwinCone

This extension automatically loads Basecone-scans and shows it within Twinfield.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TwinCone",
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "html/settings.html"
  },
  "version": "5.2",
  "description": "This extension automatically loads Basecone-scans and shows it within Twinfield.",
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js",
        "js/functions/twinfield-basecone-document.js",
        "js/functions/twinfield-wefact-document.js",
        "js/functions/twinfield-zenvoices-document.js",
        "js/functions/twinfield-lyanthe-document.js",
        "js/functions/exact-quick-switch.js",
        "js/functions/exact-menu-search.js"
      ],
      "matches": [
        "https://c3.twinfield.com/*",
        "https://c4.twinfield.com/*",
        "https://c5.twinfield.com/*",
        "https://accounting.twinfield.com/*",
        "https://accounting2.twinfield.com/*",
        "https://www.mijnwefact.nl/*",
        "https://start.exactonline.nl/*",
        "https://app.zenvoices.com/*",
        "https://*.lyanthe.com/*"
      ]
    }
  ],
  "icons": {
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/download.png",
        "img/pro.png",
        "img/clock.png",
        "html/activate.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  }
}