manifest.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "Quran.com",
  3. "short_name": "Quran.com",
  4. "icons": [
  5. {
  6. "src": "/images/logo/Logo@192x192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "/images/logo/Logo@256x256.png",
  12. "sizes": "256x256",
  13. "type": "image/png",
  14. "purpose": "maskable"
  15. },
  16. {
  17. "src": "/images/logo/Logo@384x384.png",
  18. "sizes": "384x384",
  19. "type": "image/png",
  20. "purpose": "maskable"
  21. },
  22. {
  23. "src": "/images/logo/Logo@512x512.png",
  24. "sizes": "512x512",
  25. "type": "image/png",
  26. "purpose": "maskable"
  27. },
  28. {
  29. "src": "/images/logo/Logo.svg",
  30. "sizes": "any",
  31. "type": "image/svg+xml",
  32. "purpose": "maskable"
  33. }
  34. ],
  35. "shortcuts" : [
  36. {
  37. "name": "Surah Al-Mulk",
  38. "url": "/67",
  39. "description": "Read Surah Al-Mulk",
  40. "icons": [{ "src": "/images/logo/Logo@96x96.png", "sizes": "96x96" }]
  41. },
  42. {
  43. "name": "Surah Noah",
  44. "url": "/71",
  45. "description": "Read Surah Noah",
  46. "icons": [{ "src": "/images/logo/Logo@96x96.png", "sizes": "96x96" }]
  47. },
  48. {
  49. "name": "Surah Al-Kahf",
  50. "url": "/18",
  51. "description": "Read Surah Al-Kahf",
  52. "icons": [{ "src": "/images/logo/Logo@96x96.png", "sizes": "96x96" }]
  53. },
  54. {
  55. "name": "Surah Yaseen",
  56. "url": "/36",
  57. "description": "Read Surah Yaseen",
  58. "icons": [{ "src": "/images/logo/Logo@96x96.png", "sizes": "96x96" }]
  59. }
  60. ],
  61. "theme_color": "#FFFFFF",
  62. "background_color": "#FFFFFF",
  63. "start_url": "/",
  64. "display": "standalone",
  65. "orientation": "portrait",
  66. "categories": ["books", "education"],
  67. "description": "Quran.com is an open source, un-biased, and non-sectarian source of Quranic study that uncovers the beauty of the Quran for Muslims and Non-Muslims."
  68. }