swciitg / swc-journeys

Journeys is a django based community-focused website that allows users to bookmark URLs (through chrome extension) and share their journeys through timelines. A timeline is a collection of links that share a common topic or a journey of building and learning something new. Users can create timelines, share them publicly, and explore resources.
https://swc.iitg.ac.in/journeys
14 stars 10 forks source link

[Chrome Extension]: Support for manifest v2 is deprecated #14

Open SWCIITGWeb opened 2 years ago

SWCIITGWeb commented 2 years ago

Branch: chrome-extension Chrome has officially deprecated support for v2 of its extensions, as a result, we cannot publish the extension on the chrome web store. Kindly upgrade the version to v3

coolgoel commented 2 years ago

Raised PR #16 for basic migration. Please refer to the docs https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/ for future references.