Salat Time وقت الصلاة

Salat Time وقت الصلاة

The Salat Time addon is a web tool that provides daily prayer timings based on the user's location.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Salat Time وقت الصلاة",
  "version": "2.0",
  "description": "The Salat Time addon is a web tool that provides daily prayer timings based on the user's location.",
  "short description": "The Salat Time addon is a convenient tool for getting accurate prayer times.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "geolocation"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}