Bolsterfizz

Bolsterfizz

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.

Merlin
Additional files are visible only to premium users

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"
  }
}