Browse with Guy

Browse with Guy

Let Guy Fieri accompany you on your Internet browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Browse with Guy",
  "description": "Let Guy Fieri accompany you on your Internet browsing",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "guy.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "guy.png"
  ]
}