Fenwick Improvements for Business Central

Fenwick Improvements for Business Central

Minor tweaks and improvements for the Microsoft Dynamics 365 Business Central client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Fenwick Improvements for Business Central",
  "version": "2.0.2",
  "description": "Minor tweaks and improvements for the Microsoft Dynamics 365 Business Central client.",
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "author": "Fenwick",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://businesscentral.dynamics.com/*",
        "https://*.fenwickcloud.com.au/*",
        "https://timesheet.fenwick.com.au/*"
      ],
      "all_frames": true,
      "css": [
        "stylesheets/style-bc.css"
      ]
    }
  ],
  "action": {},
  "permissions": [
    "webNavigation",
    "tabs"
  ],
  "host_permissions": [
    "https://businesscentral.dynamics.com/*",
    "https://*.fenwickcloud.com.au/*",
    "https://timesheet.fenwick.com.au/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}