manifest.json 381 B

12345678910111213141516
  1. {
  2. "name": "OpenKoran",
  3. "description": "Read the Holy Quran as well as its translations!",
  4. "icons": {
  5. "16": "/icons/icon16.png",
  6. "32": "/icons/icon32.png",
  7. "48": "/icons/icon48.png",
  8. "128": "/icons/icon128.png"
  9. },
  10. "launch_path": "index.html",
  11. "developer": {
  12. "name": "Farooq Karimi Zadeh",
  13. "url": "https://notabug.org/bananaphone/openkoran"
  14. }
  15. }