Skip to content

Commit

Permalink
Merge a17a347 into 6a0be0f
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcsally committed Jul 12, 2019
2 parents 6a0be0f + a17a347 commit 4120d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome-ext/manifest.json
@@ -1,15 +1,15 @@
{
"name": "React-Sight",
"short_name": "React-Sight",
"version": "1.0.6",
"version": "1.0.7",
"description": "Extends the Developer Tools, adding a sidebar that displays React Component Hierarchy.",
"devtools_page": "devtools.html",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": true
"persistent": false
},
"icons": {
"16": "asset/icon16.png",
Expand Down

0 comments on commit 4120d32

Please sign in to comment.