Examine source code of Inspirational Bible Verses HD Wallpapers

Inspect and view changes in Inspirational Bible Verses HD Wallpapers source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Inspirational Bible Verses HD Wallpapers",
  "description": "Enjoy HD wallpapers of Inspirational Bible Verses every time you open a new tab.",
  "version": "3.0.18",
  "short_name": "Inspirational Bible Verses",
  "permissions": [
    "storage",
    "topSites",
    "tabs"
  ],
  "icons": {
    "16": "icons/16.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "64": "icons/64.png",
      "128": "icons/128.png"
    },
    "default_title": "Inspirational Bible Verses HD Wallpapers"
  },
  "background": {
    "service_worker": "main.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.onlygoodlife.co/*"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.onlygoodlife.co/*"
      ],
      "js": [
        "js/content-scripts/installed.js",
        "js/content-scripts/event-handler.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}