Skip to content

Commit ef389f4

Browse files
committed
version 2.5.0
1 parent e9dc529 commit ef389f4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/angular/src/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Mist Extension",
44
"short_name": "mist-chrome-extension",
5-
"version": "2.4.1",
5+
"version": "2.5.0",
66
"description": "Chrome Extension for Mist Developpers to provide easier access to Mist APIs",
77
"icons": {
88
"16": "assets/favicon-16x16.png",
@@ -34,6 +34,8 @@
3434
"host_permissions": [
3535
"https://*.mist.com/*",
3636
"https://manage.eu.mist.com/*",
37-
"https://manage.gc1.mist.com/*"
37+
"https://manage.gc1.mist.com/*",
38+
"https://manage.gc2.mist.com/*",
39+
"https://manage.ac2.mist.com/*"
3840
]
3941
}

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mist-chrome-extension",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Generated with @larscom/ng-chrome-extension",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)