Magic 8Ball For Chrome

Magic 8Ball For Chrome

Get answers from the magic 8Ball in your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Magic 8Ball For Chrome",
  "short_name": "Magic 8Ball",
  "description": "Get answers from the magic 8Ball in your browser!",
  "version": "0.2",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "8ball.html"
  }
}