{
  "name": "collapse properties",
  "id": "4034a578-7dd3-4633-80c6-f47ac5b7b160",
  "version": "0.3.0",
  "description": "add a button to quickly collapse/expand page properties that usually push down page content.",
  "tags": ["extension", "layout"],
  "authors": [
    {
      "name": "dragonwocky",
      "email": "thedragonring.bod@gmail.com",
      "homepage": "https://dragonwocky.me/",
      "avatar": "https://dragonwocky.me/avatar.jpg"
    }
  ],
  "css": {
    "client": ["client.css"]
  },
  "js": {
    "client": ["client.mjs"]
  },
  "options": []
}