Examine source code of The Muslim's Dashboard

Inspect and view changes in The Muslim's Dashboard 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Muslim's Dashboard",
  "description": "View everything you need as a Muslim whenever you open a new tab.",
  "version": "1.0.0",
  "manifest_version": 3,
  "action": {
    "default_title": "The Muslim's Dashboard",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "tmd128.png",
    "48": "tmd128.png",
    "128": "tmd128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}