Facebook
From hrth, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 772
  1. {
  2.   "reseau": "WorldTech",
  3.  
  4.   "themeColor": "#303f9f",
  5.   "colors": [
  6.     "#EF5350",
  7.     "#EC407A",
  8.     "#AB47BC",
  9.     "#7E57C2",
  10.     "#5C6BC0",
  11.     "#42A5F5",
  12.     "#29B6F6",
  13.     "#26C6DA",
  14.     "#26A69A",
  15.     "#66BB6A",
  16.     "#9CCC65",
  17.     "#D4E157",
  18.     "#FFCA28",
  19.     "#FFA726",
  20.     "#FF7043",
  21.     "#8D6E63",
  22.     "#78909C"
  23.   ],
  24.  
  25.   "useWebRTCVocal": false,
  26.  
  27.   "useFormatNumberFrance": false,
  28.  
  29.   "background" : {
  30.     "Calvin & Hobbes": "back001.jpg",
  31.     "Destiny": "back002.jpg",
  32.     "Stormtrooper": "back003.jpg",
  33.     "Custom URL": "URL"
  34.   },
  35.   "background_default": {
  36.     "label": "Calvin & Hobbes",
  37.     "value": "back001.jpg"
  38.   },
  39.  
  40.  
  41.   "coque": {
  42.     "Sansumg S8": "s8.png",
  43.     "Iphone X": "iphonex.png",
  44.     "Brick Base": "base.png",
  45.     "Transparent": "transparent.png"
  46.   },
  47.   "coque_default": {
  48.     "label": "Samsung S8",
  49.     "value": "s8.png"
  50.   },
  51.  
  52.  
  53. "serviceCall": [
  54.     {
  55.       "display": "Police",
  56.       "backgroundColor": "blue",
  57.       "subMenu": [
  58.         {
  59.           "title": "Send Message",
  60.           "eventName": "esx_addons_gcphone:call",
  61.           "type": {
  62.             "number": "police"
  63.           }
  64.         }
  65.       ]
  66.     },
  67.     {
  68.       "display": "Ambulance",
  69.       "backgroundColor": "red",
  70.       "subMenu": [
  71.         {
  72.           "title": "Send a Message",
  73.           "eventName": "esx_addons_gcphone:call",
  74.           "type": {
  75.             "number": "ambulance"
  76.           }
  77.         }
  78.       ]
  79.     },
  80.     {
  81.       "display": "Mechanic",
  82.       "backgroundColor": "green",
  83.       "subMenu": [
  84.         {
  85.           "title": "Send a Message",
  86.           "eventName": "esx_addons_gcphone:call",
  87.           "type": {
  88.             "number": "mecano"
  89.           }
  90.         }
  91.       ]
  92.     }
  93.   ],
  94.  
  95.   "apps": [
  96.     {
  97.       "name": "Telephone",
  98.       "icons": "/html/static/img/icons_app/call.png",
  99.       "routeName": "appels",
  100.       "inHomePage": true
  101.     },
  102.     {
  103.       "name": "Messages",
  104.       "icons": "/html/static/img/icons_app/sms.png",
  105.       "routeName": "messages",
  106.       "inHomePage": true,
  107.       "puceRef": "nbMessagesUnread"
  108.     },
  109.     {
  110.       "name": "Contacts",
  111.       "icons": "/html/static/img/icons_app/contacts.png",
  112.       "routeName": "contacts",
  113.       "inHomePage": true
  114.     },
  115.     {
  116.       "name": "Settings",
  117.       "icons": "/html/static/img/icons_app/settings.png",
  118.       "routeName": "parametre",
  119.       "inHomePage": true
  120.     },
  121.     {
  122.       "name": "Bank",
  123.       "icons": "/html/static/img/icons_app/bank.png",
  124.       "routeName": "bank",
  125.       "inHomePage": false
  126.     },
  127.     {
  128.       "name": "Bourse",
  129.       "icons": "/html/static/img/icons_app/bourse.png",
  130.       "routeName": "bourse",
  131.       "enabled": false
  132.     },
  133.     {
  134.       "name": "Photo",
  135.       "icons": "/html/static/img/icons_app/photo.png",
  136.       "routeName": "photo"
  137.     },
  138.     {
  139.       "name": "Dark Chat",
  140.       "icons": "/html/static/img/icons_app/tchat.png",
  141.       "routeName": "tchat"
  142.     },
  143.     {
  144.       "name": "9GAG",
  145.       "icons": "/html/static/img/icons_app/9gag.png",
  146.       "routeName": "9gag"
  147.     }
  148.   ]
  149. }