slongzhang

Results 2 issues of slongzhang

```json { "manifest_version": 3, "name": "webpack dev chrome extension MV3", "version": "1.0.1", "description": "a chrome extension with [email protected]", "background": { "service_worker": "background/index.js", "type": "module" }, "permissions": [ "tabs" , "storage"...