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

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

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