microsoft / Web-Dev-For-Beginners

24 Lessons, 12 Weeks, Get Started as a Web Developer
https://microsoft.github.io/Web-Dev-For-Beginners/
MIT License
82.75k stars 12.29k forks source link

Browser Extension Manifest version 2 is deprecated #1060

Closed cboydstun closed 1 year ago

cboydstun commented 1 year ago

Describe the bug Lesson 12 "About Browsers"

Upon installation of our extension boilerplate and adding it to the browser, we're given an error.

Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

To Reproduce Steps to reproduce the behavior:

  1. Go to Web-Dev-For-Beginners/5-browser-extension/starter/
  2. Run npm run build
  3. Load unpacked extension into browser
  4. See error on extensions card

Expected behavior Updated to Manifest version 3.

Screenshots If applicable, add screenshots to help explain your problem. image image

Desktop (please complete the following information):

github-actions[bot] commented 1 year ago

This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.

saragibby commented 1 year ago

Thanks for spotting and reporting this @cboydstun! This should now be resolved on main from this commit.