Did You Learn

Did You Learn

🌟 Introducing Did You Learn: Supercharge Your Learning with AI-Powered Chrome Extension! 🌟 Are you tired of passively browsing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Did You Learn",
  "version": "0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://us-central1-did-you-learn.cloudfunctions.net/*"
  ],
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}