Udemy Course Finder

Udemy Course Finder

Explore Udemy courses tailored specifically to your next career move

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Udemy Course Finder",
  "short_name": "Udemy Course Finder",
  "version": "1.0.3",
  "description": "Explore Udemy courses tailored specifically to your next career move",
  "manifest_version": 2,
  "author": "Castro Agbo",
  "homepage_url": "https://ceafive.netlify.com",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "icon.png",
    "default_title": "Udemy Course Finder"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}