Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {
  2. "version": "0.1",
  3. "name": "Polymer designer",
  4. "description": "A drag-drop designer for polymer components and applications",
  5. "launch_path": "index.html",
  6. "icons": {
  7. "16": "/img/icons/mortar-16.png",
  8. "48": "designerlogo.jpg",
  9. "128": "/img/icons/mortar-128.png"
  10. },
  11. "developer": {
  12. "name": "Google Inc.",
  13. "url": "http://google.com"
  14. },
  15. "installs_allowed_from": ["*"],
  16. "locales": {
  17. "es": {
  18. "description": "Importación de usuarios y Organización de la Unidad CSV",
  19. "developer": {
  20. "url": "http://dhis2.org/appmarket/designer"
  21. }
  22. },
  23. "it": {
  24. "description": "Gli utenti di importare e unità organizzativa da CSV",
  25. "developer": {
  26. "url": "http://dhis2.org/appmarket/designer"
  27. }
  28. }
  29. },
  30. "default_locale": "en",
  31. "permissions": {
  32. "systemXHR": {}
  33. },
  34. "activities": {
  35. "dhis": {
  36. "href": "http://localhost:8080/dhis"
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement