Pray for GODs' guidance in a Google search

Pray for GODs' guidance in a Google search

This extension replaces the Google logo with a prayer in the name of Jesus, our savior. It only runs on the Google.com domain.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "main.css"
      ],
      "matches": [
        "https://*.google.com/*",
        "http://*.google.com/*"
      ]
    }
  ],
  "description": "This extension replaces the Google logo with a prayer in the name of Jesus, our savior. It only runs on the Google.com domain.",
  "icons": {
    "16": "love_jesus_icon_16.png",
    "48": "love_jesus_icon_48.png",
    "128": "love_jesus_icon_128.png"
  },
  "manifest_version": 2,
  "name": "Pray for GODs' guidance in a Google search",
  "permissions": [
    "activeTab",
    "https://www.google.com/*",
    "https://google.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.102",
  "web_accessible_resources": [
    "main.css"
  ]
}