Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Prayer Timer",
"version": "1.0",
"description": "Daily Islamic prayer times with smart notifications based on your location",
"permissions": [
"geolocation",
"storage",
"alarms",
"notifications"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon\/playstore.png",
"32": "icon\/playstore.png"
}
},
"background": {
"service_worker": "serviceWorker.js",
"type": "module"
},
"host_permissions": [
"https:\/\/nominatim.openstreetmap.org\/*",
"https:\/\/api.aladhan.com\/*"
],
"icons": {
"16": "icon\/playstore.png",
"32": "icon\/playstore.png",
"48": "icon\/playstore.png",
"128": "icon\/playstore.png"
}
}