{
  "name": "PLUGIN_SLUG",
  "displayName": "PLUGIN_DISPLAY_NAME",
  "version": "1.0.0",
  "description": "PLUGIN_DESCRIPTION",
  "author": "PLUGIN_AUTHOR",
  "date": "PLUGIN_DATE",
  "icon": "box",
  "admin": {
    "css": ["admin/css/index.css"],
    "sidebar": [
      {
        "id": "PLUGIN_SLUG",
        "text": "PLUGIN_DISPLAY_NAME",
        "icon": "box",
        "url": "#/plugins/PLUGIN_SLUG",
        "section": "#/plugins/PLUGIN_SLUG"
      }
    ],
    "routes": [
      {
        "path": "/plugins/PLUGIN_SLUG",
        "view": "plugin-PLUGIN_SLUG",
        "title": "PLUGIN_DISPLAY_NAME - Domma CMS"
      }
    ],
    "views": {
      "plugin-PLUGIN_SLUG": {
        "entry": "PLUGIN_SLUG/admin/views/index.js",
        "exportName": "indexView"
      }
    }
  }
}
