Goosing Around

Goosing Around

Get a little loosey-goosey with your new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Goosing Around",
  "short_name": "Goosing",
  "description": "Get a little loosey-goosey with your new tab!",
  "version": "1.1",
  "manifest_version": 3,
  "author": "Allison Jacobs",
  "chrome_url_overrides": {
    "newtab": "/goosing-around/styles/newtab.html"
  },
  "action": {
    "default_icon": {
      "48": "/goosing-around/assets/goose-48.png"
    }
  },
  "icons": {
    "16": "/goosing-around/assets/goose-16.png",
    "48": "/goosing-around/assets/goose-48.png",
    "128": "/goosing-around/assets/goose-128.png"
  }
}