WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 27581cb

Browse files
committed
Update branding in web extension
1 parent d681e99 commit 27581cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patch-roulette-web-extension",
3-
"displayName": "Patch Roulette",
4-
"description": "Streamlines opening diffs in the Patch Roulette Diff Viewer.",
3+
"displayName": "diffs.dev Web Extension",
4+
"description": "Streamlines opening diffs in the diffs.dev Diff Viewer.",
55
"version": "0.0.7",
66
"private": true,
77
"type": "module",

web-extension/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import browser from "webextension-polyfill";
44
function createContextMenu() {
55
browser.contextMenus.create({
66
id: "open-in-patch-roulette",
7-
title: "Open in Patch Roulette Diff Viewer",
7+
title: "Open with diffs.dev",
88
contexts: ["all"],
99
});
1010
}

0 commit comments

Comments
 (0)