info.json 427 B

123456789
  1. {
  2. "application": "flaskbb", // The name of the application, in our case this should always be flaskbb
  3. "identifier": "aurora", // The unique name of the theme. This identifier should match the themes folder name!
  4. "name": "Aurora", // Human readable name of the theme
  5. "author": "sh4nks",
  6. "license": "BSD 3-Clause",
  7. "description": "The default theme for FlaskBB.",
  8. "version": "1.0.0"
  9. }