Skip to content

Instantly share code, notes, and snippets.

@mtica
Created January 21, 2014 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtica/8536024 to your computer and use it in GitHub Desktop.
Save mtica/8536024 to your computer and use it in GitHub Desktop.
{
"menu-my_customers": {
"weight": 500000,
"icon": "/google/icons/google.png",
"title": "My Customers"
},
"menu-customer_database": {
"parent": "menu-my_customers",
"weight": 10,
"title": "Customer database",
"attr": {
"href": "/Admin/AppLoader.aspx?client_id=CUSTOMERDATABASE_APP_KEY_HERE"
}
},
"menu-customer_orders": {
"parent": "menu-my_customers",
"weight": 20,
"title": "Customer Orders",
"attr": {
"href": "/Admin/AppLoader.aspx?client_id=CUSTOMERORDERS_APP_KEY_HERE"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment