{
  "name": "theme-switcher",
  "displayName": "Theme Switcher",
  "version": "1.1.0",
  "description": "Floating disc icon with colour theme dots for switching between all Domma themes",
  "author": "Domma",
  "date": "2026-03-31",
  "icon": "sun",
  "inject": {
    "head": "public/inject-head.html",
    "bodyEnd": "public/inject-body.html"
  },
  "admin": {
    "sidebar": [
      {
        "id": "plugin-theme-switcher",
        "text": "Theme Switcher",
        "icon": "sun",
        "url": "#/plugins/theme-switcher",
        "section": "#/plugins/theme-switcher",
        "permissions": [
          "plugins"
        ]
      }
    ],
    "routes": [
      {
        "path": "/plugins/theme-switcher",
        "view": "pluginThemeSwitcher",
        "title": "Theme Switcher - Domma CMS"
      }
    ],
    "views": {
      "pluginThemeSwitcher": {
        "entry": "theme-switcher/admin/views/theme-switcher.js?v=c906bed1",
        "exportName": "themeSwitcherView"
      }
    }
  },
  "settingsSchema": [
    {
      "key": "position",
      "type": "select",
      "label": "Position",
      "default": "right-center",
      "options": [
        {
          "value": "right-center",
          "label": "Right - Centre"
        },
        {
          "value": "left-center",
          "label": "Left - Centre"
        },
        {
          "value": "bottom-right",
          "label": "Bottom Right"
        },
        {
          "value": "bottom-left",
          "label": "Bottom Left"
        }
      ]
    },
    {
      "key": "offset",
      "type": "number",
      "label": "Offset (px)",
      "default": 32,
      "min": 0,
      "max": 200
    }
  ]
}
