Yes or No Tarot

Yes or No Tarot

Ask a Yes or No Tarot Question. Get a Free Tarot Reading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yes or No Tarot",
  "manifest_version": 2,
  "short_name": "Yes or No Tarot",
  "description": "Ask a Yes or No Tarot Question. Get a Free Tarot Reading.",
  "version": "1.0.3",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16tarot.png"
  },
  "icons": {
    "128": "128tarot.png"
  }
}