-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details., A MAIN HTML CODE PROBLEM
1.{
2. "name": "Google Meet Hacks",
3. "version": "1.0",
4."description": "Auto Leave and Reply in Google #Meet",
5. "**`
manifest_version": 2, EROOR
`**
6. "background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"permissions": [
"activeTab",
"tabs"
],
"icons": {
"128": "icon.png"
}
}
PROBLEM-It is not working becuase it's a coding problem,Piz Fix it! And It's not supporting......
Metadata
Metadata
Assignees
Labels
No labels