Free Tarot Readings

Free Tarot Readings

Keep an online journal of computerized tarot readings. Many spreads and decks available.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Tarot Readings",
  "description": "Keep an online journal of computerized tarot readings. Many spreads and decks available.",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://askthecards.info/",
      "http://www.askthecards.info/"
    ],
    "launch": {
      "web_url": "http://askthecards.info/tarot/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}