Matteo Scandolo | c603650 | 2016-01-26 15:17:10 -0800 | [diff] [blame] | 1 | { |
| 2 | "bundle": { |
| 3 | "id": "family", |
| 4 | "name": "Family Bundle", |
| 5 | "functions": [ |
| 6 | { |
| 7 | "id": "internet", |
| 8 | "name": "Internet", |
| 9 | "desc": "Basic internet connectivity.", |
| 10 | "params": {} |
| 11 | }, |
| 12 | { |
| 13 | "id": "firewall", |
| 14 | "name": "Firewall", |
| 15 | "desc": "Normal firewall protection.", |
| 16 | "params": {} |
| 17 | }, |
| 18 | { |
| 19 | "id": "url_filter", |
| 20 | "name": "Parental Control", |
| 21 | "desc": "Variable levels of URL filtering.", |
| 22 | "params": { |
| 23 | "level": "PG", |
| 24 | "levels": [ "PG", "PG-13", "R" ] |
| 25 | } |
| 26 | } |
| 27 | ] |
| 28 | }, |
| 29 | "bundles": [ |
| 30 | { "id": "basic", "name": "Basic Bundle" }, |
| 31 | { "id": "family", "name": "Family Bundle" } |
| 32 | ] |
| 33 | } |