THE EDGY TAB

THE EDGY TAB

Get motivated each time you open a new tab with awesome quotes from THE EDGY EMPIRE. FIND more inspiration at danwaldschmidt.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "THE EDGY TAB",
  "description": "Get motivated each time you open a new tab with awesome quotes from THE EDGY EMPIRE. FIND more inspiration at danwaldschmidt.com",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "128": "edgy_logo_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "html.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "javascript.js"
      ],
      "run_at": "document_end"
    }
  ]
}