summaryrefslogtreecommitdiff
path: root/config.json
blob: 1ccb0a57d4ac3f94c0c754d1800050479e6cfdb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "AssemblyTag":"assemblyname",
  "Assemblies":[],
  "ScriptInject":null,
  "AllowScripts":false,
  "MaxLintLevel":"Fatal",
  "DontCopyAssets":false,
  "UriSchemas": {
    "world": {
      "scope" : ["map"],
      "substs" : {
      }
    },
    "https": {
      "scope" : [ "website", "audio" ]
    }
  }
}