File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 }
5858 }
5959 },
60+ "popupErrorCustomPayloadJsonParseError" : {
61+ "message" : " Fehler beim Parsen des benutzerdefinierten Payloads. Fehler: $error$" ,
62+ "description" : " Fehler beim JSON Parsen." ,
63+ "placeholders" : {
64+ "error" : {
65+ "content" : " $1" ,
66+ "example" : " Unexpected token in JSON at position 10"
67+ }
68+ }
69+ },
6070 "optionsTitle" : {
6171 "message" : " Webhook Konfiguration" ,
6272 "description" : " Titel der Optionsseite."
Original file line number Diff line number Diff line change 5757 }
5858 }
5959 },
60+ "popupErrorCustomPayloadJsonParseError" : {
61+ "message" : " JSON Parse Error in Custom Payload! error: $error$" ,
62+ "description" : " Error when JSON parsing fails." ,
63+ "placeholders" : {
64+ "error" : {
65+ "content" : " $1" ,
66+ "example" : " Unexpected token in JSON at position 10"
67+ }
68+ }
69+ },
6070 "optionsTitle" : {
6171 "message" : " Webhook Configuration" ,
6272 "description" : " Title of the options page."
Original file line number Diff line number Diff line change 1010 "test" : " jest" ,
1111 "lint" : " web-ext lint" ,
1212 "build" : " web-ext build --overwrite-dest" ,
13- "run" : " web-ext run"
13+ "run" : " web-ext run" ,
14+ "start-firefox" : " web-ext run --firefox-profile ~/.mozilla/firefox/ehxu5l3z.webhooks --keep-profile-changes --profile-create-if-missing" ,
15+ "start-chromium" : " web-ext run --chromium-profile ~/.config/chromium/webhooks --keep-profile-changes --profile-create-if-missing"
1416 },
1517 "keywords" : [],
1618 "author" : " " ,
You can’t perform that action at this time.
0 commit comments