New:Socket for Asana Is Now Available.Learn more
Get Started

Zakkir — مواقيت الصلاة وأذكار

Package Overview
Versions
2
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zakkir@lovable.app - firefox Package Compare versions

Comparing version
1.4.0
to
1.4.1
+1
-1
manifest.json
{
"manifest_version": 3,
"name": "Zakkir",
"version": "1.4.0",
"version": "1.4.1",
"description": "Prayer times + Azkar (Hisn al-Muslim) in your toolbar.",

@@ -6,0 +6,0 @@ "permissions": [

@@ -78,3 +78,3 @@ /* ===== MINIMAL THEMES (no gradients) ===== */

body {
width: var(--popup-w, 420px);
width: var(--popup-w, 460px);
min-height: var(--popup-h, 580px);

@@ -973,3 +973,4 @@ font-size: calc(14px * var(--zoom, 1));

border-radius: 10px;
overflow: hidden;
overflow-x: auto;
overflow-y: hidden;
background: var(--surface);

@@ -979,2 +980,3 @@ }

width: 100%;
table-layout: fixed;
border-collapse: collapse;

@@ -990,3 +992,3 @@ font-size: 11.5px;

text-align: left;
padding: 6px 6px;
padding: 6px 4px;
border-bottom: 1px solid var(--line);

@@ -998,8 +1000,12 @@ font-size: 10.5px;

.sched-table tbody td {
padding: 5px 6px;
padding: 5px 4px;
border-bottom: 1px solid var(--line);
color: var(--ink);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sched-table tbody tr:last-child td { border-bottom: 0; }
.sched-table th:last-child,
.sched-table td:last-child { text-align: right; }
.sched-table td.d { color: var(--muted); }

@@ -1006,0 +1012,0 @@ .sched-table td.d b { color: var(--ink); margin-right: 4px; }

@@ -10,3 +10,3 @@ // Azkar Extension — Prayer Times + Azkar (Hisn al-Muslim)

zoom: 1.0,
popupW: 420,
popupW: 460,
popupH: 580,

@@ -924,2 +924,6 @@ theme: "rosepine-d",

<table class="sched-table">
<colgroup>
<col style="width:64px">
<col style="width:50px"><col style="width:50px"><col style="width:50px"><col style="width:50px"><col style="width:50px">
</colgroup>
<thead><tr><th>${dateHeader}</th><th>Fajr</th><th>Dhuhr</th><th>Asr</th><th>Maghrib</th><th>Isha</th></tr></thead>

@@ -926,0 +930,0 @@ <tbody>${rows}</tbody>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet