Salah Tracker: Your daily prayer companion

Salah Tracker: Your daily prayer companion

Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Salah Tracker: Your daily prayer companion",
  "version": "1.0",
  "description": "Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "geolocation"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.ttf"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": false
    }
  ]
}