Bible Tab

Bible Tab

Bible verse every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bible Tab",
  "version": "1.0.5",
  "description": "Bible verse every new tab.",
  "author": "Coptic Apps",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "icons/favicon.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com/ https://cdnjs.cloudflare.com/ https://maxcdn.bootstrapcdn.com/ https://www.gstatic.com/ https://ssl.google-analytics.com/ https://www.googletagmanager.com/ https://www.googleadservices.com/ https://googleads.g.doubleclick.net/; object-src 'self'"
}