manifest.webapp 358 B

12345678910111213141516
  1. {
  2. "name": "Simple Quran",
  3. "description": "Read the holy Quran",
  4. "launch_path": "/index.html",
  5. "icons": {
  6. "16": "/icons/icon16x16.png",
  7. "48": "/icons/icon48x48.png",
  8. "60": "/icons/icon60x60.png",
  9. "128": "/icons/icon128x128.png"
  10. },
  11. "developer": {
  12. "name": "Farooq Karimi Zadeh",
  13. "url": "http://notabug.org/bananaphone"
  14. }
  15. }