Cannergrow Exporter

Cannergrow Exporter

Download your transactions from Cannergrow to create a tax report or to calculate your net return

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cannergrow Exporter",
  "description": "Download your transactions from Cannergrow to create a tax report or to calculate your net return",
  "homepage_url": "https://github.com/alexanderthurn/cannergrow-exporter",
  "version": "0.9.2.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.cannergrow.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.backend.cannergrow.com/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/content-cannergrow.js"
      ],
      "css": [
        "css/content.css"
      ]
    },
    {
      "matches": [
        "https://*.werteherren.de/*"
      ],
      "js": [
        "js/browser-polyfill.min.js",
        "js/content-werteherren.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/werte-herren-logo.svg",
        "images/CGRWH128.png"
      ],
      "matches": [
        "https://*.werteherren.de/*",
        "https://*.backend.cannergrow.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/WH16.png",
      "32": "/images/WH32.png",
      "48": "/images/WH48.png",
      "128": "/images/WH128.png"
    }
  },
  "icons": {
    "16": "/images/WH16.png",
    "32": "/images/WH32.png",
    "48": "/images/WH48.png",
    "128": "/images/WH128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a8c0627-035c-40e5-a4f6-400784e38eef}",
      "strict_min_version": "109.0"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}