blob: 035f23fb7cbb336f1d0d1ec0e01600c38ac20145 [file] [log] [blame]
Simon Hunt24fe16a2015-05-18 12:12:19 -07001{
2 "bundle": {
Simon Huntf844f632015-05-20 19:06:35 -07003 "id": "family",
Simon Hunt24fe16a2015-05-18 12:12:19 -07004 "name": "Family Bundle",
5 "functions": [
6 {
7 "id": "internet",
8 "name": "Internet",
Simon Hunt41b943e2015-05-21 13:52:01 -07009 "desc": "Basic internet connectivity.",
Simon Hunt063ac112015-05-20 10:32:46 -070010 "params": {}
Simon Hunt24fe16a2015-05-18 12:12:19 -070011 },
12 {
13 "id": "firewall",
14 "name": "Firewall",
Simon Hunt41b943e2015-05-21 13:52:01 -070015 "desc": "Normal firewall protection.",
Simon Hunt063ac112015-05-20 10:32:46 -070016 "params": {}
Simon Hunt24fe16a2015-05-18 12:12:19 -070017 },
18 {
Simon Hunta29c87b2015-05-21 09:56:19 -070019 "id": "url_filter",
Simon Hunt24fe16a2015-05-18 12:12:19 -070020 "name": "Parental Control",
Simon Hunt41b943e2015-05-21 13:52:01 -070021 "desc": "Variable levels of URL filtering.",
Simon Hunt063ac112015-05-20 10:32:46 -070022 "params": {
23 "level": "PG",
24 "levels": [ "PG", "PG-13", "R" ]
25 }
Simon Hunt24fe16a2015-05-18 12:12:19 -070026 }
27 ]
Simon Hunta29c87b2015-05-21 09:56:19 -070028 },
29 "bundles": [
30 { "id": "basic", "name": "Basic Bundle" },
31 { "id": "family", "name": "Family Bundle" }
32 ]
Simon Hunt24fe16a2015-05-18 12:12:19 -070033}