Examine source code of Mawaqit unofficial

Inspect and view changes in Mawaqit unofficial 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",
  "manifest_version": 3,
  "name": "Mawaqit unofficial",
  "author": "akhihoucine2003@proton.me",
  "description": "The first extension mawaqit unofficial to directly obtain the prayer times for your mosque.",
  "version": "2.0.0",
  "default_locale": "fr",
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "windows"
  ],
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "host_permissions": [
    "https://mawaqit.net/*"
  ],
  "action": {
    "default_title": "Mawaqit unofficial",
    "default_popup": "pages/popup.html",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    }
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "sounds/*.mp3",
        "pages/player.html",
        "js/i18n/*.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' https://mawaqit.net; style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; font-src 'self' https://cdnjs.cloudflare.com; img-src 'self' https: data:"
  }
}