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": "Tesbih",
"version": "1.0",
"description": "This extension tracks prayer, Quran, and dhikr, organizing worship efficiently. Strengthen spiritual connections!",
"permissions": [
"sidePanel",
"contextMenus",
"commands",
"storage"
],
"icons": {
"16": "images\/ico16px.png",
"48": "images\/ico48px.png",
"128": "images\/ico128px.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": {
"16": "images\/ico16px.png",
"48": "images\/ico48px.png",
"128": "images\/ico128px.png"
},
"default_title": "Click to open panel or ctrl + B "
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl + B",
"mac": "Command+B"
},
"description": "Open the sidebar",
"global": true
}
},
"side_panel": {
"default_path": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jscript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/win16x16.png",
"images\/win48x48.png",
"images\/win127x127.png"
],
"matches": [
"<all_urls>"
]
}
]
}