Remind Me | ذكرني

Remind Me | ذكرني

Stay connected to Allah in every moment of your day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.2",
  "name": "Remind Me | ذكرني",
  "description": "Stay connected to Allah in every moment of your day.",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon.png",
      "48": "images/icon.png",
      "128": "images/icon.png"
    }
  },
  "host_permissions": [
    "https://ayah.nawafdev.com/api/dekr?types=m"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab/newtab.html"
  }
}