YOURE WELCOME

YOURE WELCOME

You're face-to-face with greatness and it's strange. Yes it's really him, It's Fillippo, breathe it in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "window.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "You're face-to-face with greatness and it's strange. Yes it's really him, It's Fillippo, breathe it in.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "YOURE WELCOME",
  "version": "1.0"
}