Ryze

Ryze

AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ryze",
  "version": "1.0.1",
  "description": "AI Educational Tool for Students - use Ryze to learn in 3 ways: summarize long text, explain complex topics, or quiz your knowledge.",
  "manifest_version": 3,
  "background": {
    "service_worker": "backgroundScript.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ]
}