Tarot Arcana of the Day

Tarot Arcana of the Day

Get free advice from Universe every day with the Tarot Arcana extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tarot Arcana of the Day",
  "short_name": "Tarot Arcana of the Day",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Get free advice from Universe every day with the Tarot Arcana extension",
  "homepage_url": "https://moonorganizer.com/en/tarot-card-major-arcana-meaning/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [],
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Tarot Arcana of the Day",
    "default_popup": "src/popup.html"
  }
}