Examine source code of Salah Time

Inspect and view changes in Salah Time source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Salah Time",
  "description": "The browser extension to view Muslim prayer local time.",
  "author": "Najmul Huda Wahid",
  "version": "1.0.1",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "geolocation"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}