blob: af6f52956e25637cdfa0e3b17958a7c5f13d9312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "url-logger",
"title": "URL Logger",
"id": "jid1-KLw59UduPgRwag",
"description": "Notify a callback url whenever a page is loaded/shown.",
"author": "Thibaut Horel <thibaut@horel.org>",
"license": "MPL 2.0",
"version": "0.1",
"preferences": [{
"name": "callbackUrl",
"type": "string",
"title": "CallbackĀ URL",
"description": "URL to be notified on page load/show.",
"value": "http://localhost:8080"
}]
}
|