Inspect and view changes in Daily Bible Verse - Let the timeless wisdom of Scripture enrich your day! 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",
"name": "Daily Bible Verse - Let the timeless wisdom of Scripture enrich your day!",
"version": "1.3",
"manifest_version": 3,
"description": "Receive daily inspiration and guidance with our Bible Verse Chrome extension. Let the timeless wisdom of Scripture enrich your day!",
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"notifications",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
}
}