Last active
August 29, 2015 14:04
-
-
Save ashmigelski/80a07c2a5f5d959c5ba6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url": "app_url", | |
"name": "app_name", | |
"title": "App Name", | |
"description": "Small description", | |
"author": { | |
"name": "your_name", | |
"url": "your_site" | |
}, | |
"modules": [ | |
"sdk" | |
], | |
"params": [ | |
"Active SID", | |
"Base URL", | |
"Host URL", | |
"Language", | |
"Current user" | |
], | |
"language": [ | |
"en", | |
"ru" | |
], | |
"release_date": "2013-03-08", | |
"version": "1.0", | |
"keywords": [ | |
"wialon", | |
"wialon-apps" | |
], | |
"logo": "logo.png", | |
"desc_path": "desc" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment