ProgrammerGaurav / Google-Meet-Hack

Google Meet Auto Leave Extension
MIT License
99 stars 22 forks source link

"manifest_version": 2 Error **NOT SUPPORTING** (**NEW**) #19

Open Akmalzafrull opened 2 years ago

Akmalzafrull commented 2 years ago

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.{

  1. "name": "Google Meet Hacks",
    1. "version": "1.0", 4."description": "Auto Leave and Reply in Google #Meet",
    2. "**`

**manifest_version": 2, EROOR**

`**

  1. "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......

Akmalzafrull commented 2 years ago

Can u please solve this problem to close This.............................

Akmalzafrull commented 2 years ago

@ProgrammerGaurav

Yoxmo commented 1 year ago

@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.