Zelle App Guide For Beginners

Zelle App Guide For Beginners

Zelle App is a peer-to-peer payment app formerly known as Zelle. Here's everything you need to know about Zelle Payment App.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zelle App Guide For Beginners",
  "version": "1.2.3",
  "manifest_version": 2,
  "description": "Zelle App is a peer-to-peer payment app formerly known as Zelle. Here's everything you need to know about Zelle Payment App.",
  "homepage_url": "https://zelleguide.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
  }
}