Cash App Guide for Beginners

Cash App Guide for Beginners

The Cash App Guide for Beginners will be usful to beginners visit my website for A to Z guides

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cash App Guide for Beginners",
  "version": "1.2.3",
  "manifest_version": 2,
  "description": "The Cash App Guide for Beginners will be usful to beginners visit my website for A to Z guides",
  "homepage_url": "http://cashappguide.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  }
}