Tarot Tab

Tarot Tab

Simple daily tarot readings delivered right to you new tab 🔮✨🥳

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tarot Tab",
  "description": "Simple daily tarot readings delivered right to you new tab 🔮✨🥳",
  "version": "1.1",
  "author": "John D. Storey",
  "page_action": {
    "default_icon": {
      "16": "images/16.png",
      "48": "images/48.png",
      "128": "images/128.png"
    },
    "default_title": "Tarot Tab"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}