UNPKG

952 BJSONView Raw
1{
2 "title": "Carte Sandbox (custom)",
3 "description": "Sandbox for Carte",
4 "icon_link": "http://www.google.com",
5 "menu_items": ["latest", "random", "atoz"],
6 "default_query": {"sort": "updated_at", "order": "desc"},
7
8 "root_dir": "public",
9 "root_path": "/",
10 "api_path": "api",
11 "icon_path": "images/icon.png",
12 "script_path": "app.js",
13 "html_path": "app.html",
14 "enable_apple_touch_icon": true,
15 "apple_touch_icon_path": "images/apple-touch-icon.png",
16 "apple_touch_icon_57_path": "images/apple-touch-icon-57x57.png",
17 "apple_touch_icon_72_path": "images/apple-touch-icon-72x72.png",
18 "apple_touch_icon_76_path": "images/apple-touch-icon-76x76.png",
19 "apple_touch_icon_114_path": "images/apple-touch-icon-114x114.png",
20 "apple_touch_icon_120_path": "images/apple-touch-icon-120x120.png",
21 "apple_touch_icon_144_path": "images/apple-touch-icon-144x144.png",
22 "apple_touch_icon_152_path": "images/apple-touch-icon-152x152.png"
23}