You can create a manifest file like `/App_Plugins/...
# package-development
a
You can create a manifest file like
/App_Plugins/Hacks/package.manifest
. This is used to register your custom backoffice assets - eg. a stylesheet:
Copy code
{
  "css": [
    "/App_Plugins/Hacks/Styles.css"
  ]
}