{
  "name": "peertube-theme-background-red",
  "version": "0.0.4",
  "description": "Example PeerTube theme",
  "engine": {
    "peertube": ">=1.3.1"
  },
  "keywords": [
    "peertube",
    "theme"
  ],
  "homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-background-red",
  "author": "Chocobozzz",
  "bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
  "staticDirs": {
    "images": "public/images"
  },
  "css": [
    "assets/style1.css",
    "assets/style2.css"
  ],
  "clientScripts": [
    {
      "script": "client/video-watch-client-plugin.js",
      "scopes": [ "video-watch" ]
    }
  ],
  "translations": {}
}
