Skip to content

Commit 94fd2f1

Browse files
author
Simon Hangl
committed
Make companion extension connectable by any IWA
1 parent 4f2b406 commit 94fd2f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-45 Bytes
Binary file not shown.

extension/IwaKitchenSinkExtension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
"name": "IWA Kitchen Sink Companion Extension",
55
"description": "Companion extension for the IWA Kitchen Sink",
6-
"version": "1.0",
6+
"version": "1.1",
77

88
"background": {
99
"service_worker": "/scripts/background.js"
1010
},
1111

1212
"externally_connectable": {
1313
"matches": [
14-
"isolated-app://aiv4bxauvcu3zvbu6r5yynoh4atkzqqaoeof5mwz54b4zfywcrjuoaacai/*"
14+
"isolated-app://*/*"
1515
]
1616
},
1717

extension/extension_manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
22
<app appid="gopkidjpdjfamphfffkhpmmmbmknflmk" cohort="" cohortname="" status="ok">
3-
<updatecheck codebase="https://github.com/chromeos/iwa-sink/releases/latest/download/IwaKitchenSinkExtension.crx" status="ok" version="1.0"/>
3+
<updatecheck codebase="https://github.com/chromeos/iwa-sink/releases/latest/download/IwaKitchenSinkExtension.crx" status="ok" version="1.1"/>
44
</app>
55
</gupdate>

0 commit comments

Comments
 (0)