Inspect and view changes in Bolsterfizz 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": "Bolsterfizz",
"manifest_version": 2,
"short_name": "Apps for PC",
"description": "In this website, we can see the topics like Best apps for smartphones and PC, Apps for PC, Latest mobile news, How to fix etc.",
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "74292120-letter-b-logo-icon-design-template-elements-.jpg"
},
"icons": {
"128": "logo2.png"
}
}