New GFDA tab

New GFDA tab

A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New GFDA tab",
  "short_name": "New GFDA tab",
  "description": "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/",
  "version": "1.0.4",
  "chrome_url_overrides": {
    "newtab": "gfda.html"
  },
  "icons": {
    "128": "./images/logo.png"
  }
}