Inspect and view changes in Kredibull Extension 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": "Kredibull Extension",
"version": "1.0.1",
"description": "Is the internet trustworthy? Kredibull rates all web content for credibility & reviews to help users identify reliable sources.",
"homepage_url": "https://www.kredibull.com/",
"manifest_version": 2,
"minimum_chrome_version": "100",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "100.0",
"id": "{1c599a60-f67d-4240-b499-47b071eb0c58}"
}
},
"icons": {
"128": "icons/Kred-logo-3-128x128.png"
},
"permissions": [
"https://prodkredibull.search.windows.net/*",
"https://www.kredibull.com/*",
"activeTab"
],
"browser_action": {
"browser_style": true,
"default_popup": "popup/home.html",
"default_icon": {
"16": "icons/Kred-logo-3-16x16.png",
"32": "icons/Kred-logo-3-32x32.png"
}
},
"web_accessible_resources": [
"icons/Kred-logo-3-1024x1016.png"
]
}