Nostradamus Quatrains

Nostradamus Quatrains

Read the famous quatrains from Nostradamus and learn what the future holds!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nostradamus Quatrains",
  "description": "Read the famous quatrains from Nostradamus and learn what the future holds!",
  "version": "1.0",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.taketwoapps.com/apps/book/nostradamus/book.html"
    ],
    "launch": {
      "web_url": "http://www.taketwoapps.com/apps/book/nostradamus/book.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}