Inspect and view changes in Qiyam 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": "Qiyam",
"version": "1.0.1",
"description": "A reminder for the last third of the night and Fajr prayer",
"host_permissions": [
"https://raw.githubusercontent.com/*",
"https://api.aladhan.com/v1/calendarByCity/*",
"https://get.geojs.io/*"
],
"icons": {
"16": "icons/icon_16.png",
"32": "icons/icon_32.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Keyam",
"default_popup": "index.html"
},
"permissions": [
"storage",
"alarms",
"offscreen",
"notifications"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}