GraydonCreditsafe in Exact Online

GraydonCreditsafe in Exact Online

Insight into the creditworthiness of your relationships with the GraydonCreditsafe for Exact Online powered by Solid Online.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GraydonCreditsafe in Exact Online",
  "short_name": "GraydonCreditsafe in Exact Online",
  "version": "1.0.8",
  "description": "Insight into the creditworthiness of your relationships with the GraydonCreditsafe for Exact Online powered by Solid Online.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqbgufzxFhSY4BcUk6VSYZ/cmXHce5Yb36HnG6xJgg5x4AsK4rPYsCmtawYrj2A3xElZEczAE1zlS+zLFSRfuWN401TkvI0qf0lZRIuttDZuSY7wvHbOXzhtblgha23hMig+2fLhJw/4aPoG9rlSaPyjKZTNt/g1lIURv6PYQUX+7gGxI1ReL4XVz9MTp35mvZayqkfUMS3acF+g9l3hF2RP9Plf/z7Nkcx5uJTwp8X7ZGYlgsMo+QVy9E9wpV8WSXlW7T+MlFm6IPiiqJJUQ13mH/qxf7Lo6y7bG5EYIz0XleMvq1e3zVAXorR+79lvHAdMCb8aBg36BWK3mqk+y1QIDAQAB",
  "permissions": [
    "storage",
    "identity"
  ],
  "action": {
    "default_popup": "index.html?#/popup",
    "default_title": "Solid Online",
    "default_icon": "assets/content/solid.png"
  },
  "content_scripts": [
    {
      "js": [
        "contentPage.js"
      ],
      "matches": [
        "https://start.exactonline.nl/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "styles.css",
        "solid.png",
        "Company-add-neg.png",
        "Company-profile.png",
        "Dashboard-Neg.png",
        "Directors-neg.png",
        "QMS-neg.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}