Astro Answer New Tab

Astro Answer New Tab

Explore the wisdom of the universe with AI-generated horoscopes and personalized answers to your questions in every new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Astro Answer New Tab",
  "description": "Explore the wisdom of the universe with AI-generated horoscopes and personalized answers to your questions in every new tab",
  "version": "0.0.4",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "geolocation"
  ],
  "host_permissions": [
    "https://astro-answer.com/api/horoscope",
    "https://astro-answer.com/api/question"
  ]
}