Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "short_name": "ShortName",
  3. "name": "Longer App Name",
  4. "start_url": ".",
  5. "display": "standalone",
  6. "icons": [
  7. {
  8. "src": "icon.png",
  9. "type": "image/png",
  10. "sizes": "144x144"
  11. }
  12. ],
  13. "prefer_related_applications": true,
  14. "related_applications": [
  15. {
  16. "platform": "play",
  17. "id": "com.app.name"
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement