We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681e99 commit 27581cbCopy full SHA for 27581cb
web-extension/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "patch-roulette-web-extension",
3
- "displayName": "Patch Roulette",
4
- "description": "Streamlines opening diffs in the Patch Roulette Diff Viewer.",
+ "displayName": "diffs.dev Web Extension",
+ "description": "Streamlines opening diffs in the diffs.dev Diff Viewer.",
5
"version": "0.0.7",
6
"private": true,
7
"type": "module",
web-extension/src/worker.ts
@@ -4,7 +4,7 @@ import browser from "webextension-polyfill";
function createContextMenu() {
browser.contextMenus.create({
id: "open-in-patch-roulette",
- title: "Open in Patch Roulette Diff Viewer",
+ title: "Open with diffs.dev",
8
contexts: ["all"],
9
});
10
}
0 commit comments