Zodiaque

Zodiaque

Display natal and progressed charts and transit tables, save birth coordinates with import/export option

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zodiaque",
  "version": "2.6.7",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "./images/logo.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko_android": {
      "id": "[email protected]"
    }
  },
  "action": {
    "default_popup": "./html/start.html",
    "default_icon": {
      "16": "./images/lune16.png",
      "32": "./images/lune32.png",
      "64": "./images/lune64.png",
      "128": "./images/lune128.png"
    },
    "default_title": "Zodiaque"
  },
  "options_ui": {
    "page": "/html/options.html"
  }
}