We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. "**`
Meet",
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......
The text was updated successfully, but these errors were encountered:
Can u please solve this problem to close This.............................
Sorry, something went wrong.
@ProgrammerGaurav
@Akmalzafrull please use this updated version: https://github.com/Yoxmo/GMH-v3
and close this issue thread thanks! if you have any other problems please send it to my issue on that fork.
No branches or pull requests
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......
The text was updated successfully, but these errors were encountered: