1
0
mirror of https://github.com/S2-/ping.git synced 2025-08-02 12:20:05 +02:00
Files
ping/src/manifest.json
2019-03-18 16:44:36 +01:00

35 lines
713 B
JSON

{
"description": "Just a toolbar button that shows if a server is up or not.",
"manifest_version": 2,
"name": "ping",
"version": "1.1.23",
"homepage_url": "https://github.com/S2-/ping",
"applications": {
"gecko": {
"id": "{46b66c4d-605f-4f4d-8689-20b44b45656d}"
}
},
"icons": {
"48": "icons/offline-48.png"
},
"browser_action": {
"default_icon": "icons/offline-32.png",
"theme_icons": [{
"light": "icons/offline-32.png",
"dark": "icons/offline-32.png",
"size": 32
}],
"default_title": "ping",
"default_popup": "popup/ping.html"
},
"background": {
"page": "background-page.html"
},
"permissions": [
"storage",
"<all_urls>",
"webRequest",
"notifications"
]
}