Prayer Times Notifier

Prayer Times Notifier

Notifies the user of prayer times based on their location. Uses ISNA Hanafi method.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prayer Times Notifier",
  "version": "1.1",
  "description": "Notifies the user of prayer times based on their location. Uses ISNA Hanafi method.",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  }
}