AyatToday

AyatToday

Beautify your new tab screen with Quranic Ayat with the translation, Audio, Prayer timings, Islamic Date, and Qaza Prayers manager.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AyatToday",
  "author": "Hasan Hameed <[email protected]>",
  "homepage_url": "https://github.com/hasanhameed07",
  "description": "Beautify your new tab screen with Quranic Ayat with the translation, Audio, Prayer timings, Islamic Date, and Qaza Prayers manager.",
  "version": "1.0.2",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.alquran.cloud/",
    "http://*.aladhan.com/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "assets/ayattoday_48x48.png",
    "128": "assets/ayattoday_128x128.png"
  },
  "action": {
    "default_icon": "assets/ayattoday_48x48.png"
  }
}