Prayer Times

Prayer Times

Easily access prayer times and see how much time is left until next prayers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "128": "images/icons/128.png"
    },
    "default_popup": "index.html",
    "default_title": "__MSG_short_name__"
  },
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "default_locale": "tr",
  "description": "__MSG_description__",
  "host_permissions": [
    "https://prayer.azurewebsites.net/*"
  ],
  "icons": {
    "128": "images/icons/128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "__MSG_name__",
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "short_name": "__MSG_short_name__",
  "version": "2.0.0"
}