This Abundance Prayer ACTUALLY Works!! >>

This Abundance Prayer ACTUALLY Works!! >>

This Abundance Prayer ACTUALLY Works!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "This Abundance Prayer ACTUALLY Works!! >>",
  "short_name": "Abundance",
  "description": "This Abundance Prayer ACTUALLY Works!!",
  "version": "1.3",
  "author": "AbundancePrayer.Com",
  "browser_action": {
    "default_icon": "tab-icon.png",
    "default_title": "Abundance Prayer"
  },
  "chrome_settings_overrides": {
    "homepage": "https://abundanceprayer.com/?utm_source=chrome-extension-home&utm_medium=chrome-extension-home"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ]
}