aboutsummaryrefslogtreecommitdiff
path: root/data/themes/sample-theme/guff-manifest.json
blob: 407ac40cb8c9ec8866c6ce4e4d67061944cf4e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "format": 1,
  "metadata": {
    "name": "Sample Theme",
    "version": "1.0",
    "date": "2016-07-18"
  },

  "files": [
    "css/style.css",
    "js/script.js"
  ],

  "assets": {
    "scripts": [
      "js/script.js"
    ],

    "styles": [
      "css/style.css"
    ]
  }
}