Christian News Now

Christian News Now

Christian News Now - Stay informed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "128": "img/icony.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Christian News Now",
  "chrome_settings_overrides": {
    "homepage": "https://christiannewsnow.com//?utm_source=crome-extension"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Christian News Now - Stay informed",
  "version": "0.2",
  "browser_action": {
    "default_title": "Christian News Now - Stay informed"
  }
}