Inspect and view changes in Bhagavad Gita 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
{
"name": "Bhagavad Gita",
"description": "Shows a random verse from Shrimad Bhagvad Geeta, when the extension icon is clicked!",
"version": "0.6.51",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": "images/sudarshan-chakra-ext-icon.png"
},
"background": {
"service_worker": "js/background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"tabs",
"alarms",
"notifications"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}