File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 41
41
" <all_urls>"
42
42
],
43
43
"icons" : {
44
- "16" : " icons/16-beta .png" ,
45
- "48" : " icons/48-beta .png" ,
46
- "128" : " icons/128-beta .png"
44
+ "16" : " icons/16.png" ,
45
+ "48" : " icons/48.png" ,
46
+ "128" : " icons/128.png"
47
47
},
48
48
"manifest_version" : 3 ,
49
49
"name" : " Vue.js devtools (beta)" ,
50
50
"permissions" : [
51
51
" scripting"
52
52
],
53
- "version" : " 7.0.0.12 " ,
54
- "version_name" : " 7.0.0 beta 12 " ,
53
+ "version" : " 7.5.4 " ,
54
+ "version_name" : " 7.5.4 " ,
55
55
"web_accessible_resources" : [
56
56
{
57
57
"extension_ids" : [],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/devtools-chrome-extension" ,
3
3
"type" : " module" ,
4
- "version" : " 7.0.0-beta.12 " ,
4
+ "version" : " 7.5.4 " ,
5
5
"private" : true ,
6
6
"author" : " webfansplz" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 38
38
"description" : " DevTools browser extension for Vue.js" ,
39
39
"devtools_page" : " devtools-background.html" ,
40
40
"icons" : {
41
- "16" : " icons/16-beta .png" ,
42
- "48" : " icons/48-beta .png" ,
43
- "128" : " icons/128-beta .png"
41
+ "16" : " icons/16.png" ,
42
+ "48" : " icons/48.png" ,
43
+ "128" : " icons/128.png"
44
44
},
45
45
"manifest_version" : 2 ,
46
46
"name" : " Vue.js devtools (beta)" ,
47
47
"permissions" : [
48
48
" <all_urls>"
49
49
],
50
- "version" : " 7.0.0.12 " ,
51
- "version_name" : " 7.0.0 beta 12 " ,
50
+ "version" : " 7.5.4 " ,
51
+ "version_name" : " 7.5.4 " ,
52
52
"web_accessible_resources" : [
53
53
" dist/user-app.js" ,
54
54
" client/devtools-panel.css" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/devtools-firefox-extension" ,
3
3
"type" : " module" ,
4
- "version" : " 7.0.0-beta.12 " ,
4
+ "version" : " 7.5.4 " ,
5
5
"private" : true ,
6
6
"author" : " webfansplz" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments