Inspect and view changes in Widgetify 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": "Widgetify",
"description": "Transform your new tab into a smart dashboard with Widgetify! Get currency rates, crypto prices, weather & more.",
"version": "1.0.2",
"manifest_version": 3,
"author": "https://github.com/widgetify-app",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"storage",
"search"
],
"chrome_url_overrides": {
"newtab": "src/index.html"
},
"host_permissions": [
"https://github.com/*",
"https://raw.githubusercontent.com/*",
"https://api.github.com/*",
"https://api.widgetify.ir/*",
"https://www.google.com/search*",
"https://www.google-analytics.com/collect*",
"https://storage.c2.liara.space/*"
],
"options_ui": {
"page": "src/index.html",
"open_in_tab": true
},
"background": {
"service_worker": "src/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';"
}
}