Ask Alfred

Ask Alfred

Ask Alfred adds an AI's opinion to every web search you make.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ask Alfred",
  "description": "Ask Alfred adds an AI's opinion to every web search you make.",
  "version": "1.0",
  "author": "pipedreamlabs.co",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Ask Alfred - Supercharge Google with an AI"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.google.com/*"
      ],
      "js": [
        "insert_html.js"
      ]
    }
  ]
}