Daily Rune - Runescope

Daily Rune - Runescope

With this free app you can get your rune of the day.The runes can be an assistance for the new day just like a horoscope.Update: We…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_application_title__",
  "short_name": "__MSG_application_shortname__",
  "description": "__MSG_application_description__",
  "version": "1.1.3",
  "default_locale": "de",
  "app": {
    "urls": [
      "https://daily.tarot3d.net"
    ],
    "launch": {
      "web_url": "https://daily.tarot3d.net"
    }
  },
  "icons": {
    "128": "icon_render_cloud_128x128.png"
  },
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "permissions": [],
  "content_security_policy": {}
}