fix(devtools): setting default page for extension

This commit is contained in:
Sumit Arora 2021-04-13 20:15:15 -04:00 committed by Minko Gechev
parent a20821be38
commit e032e043cb

View file

@ -11,7 +11,7 @@
"16": "favicon.ico"
},
"browser_action": {
"default_popup": "popups/disabled.html"
"default_popup": "popups/not-angular.html"
},
"devtools_page": "devtools.html",
"web_accessible_resources": ["backend.js", "runtime.js", "devtools.html"],