1
0
mirror of https://github.com/S2-/ping.git synced 2025-08-02 20:30:05 +02:00

implement actual ping

This commit is contained in:
s2
2019-03-18 15:18:11 +01:00
parent adb84ffd71
commit 263dd574b0
2 changed files with 18 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
"browser_action": {
"default_icon": "icons/offline-32.png",
"theme_icons": [{
"light": "icons/offline-32-light.png",
"light": "icons/offline-32.png",
"dark": "icons/offline-32.png",
"size": 32
}],