mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(devtools): setting default page for extension
This commit is contained in:
parent
a20821be38
commit
e032e043cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue