Snail Wave

Snail Wave

A chrome extension full of fun cute snails to say hi to you throughout the day when you click on the icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Snail Wave",
  "version": "1.1",
  "description": "A chrome extension full of fun cute snails to say hi to you throughout the day when you click on the icon.",
  "icons": {
    "16": "snailColor.png",
    "48": "snailColor.png",
    "128": "snailColor.png"
  },
  "browser_action": {
    "default_icon": "snailColor.png",
    "default_popup": "popup.html"
  }
}