Skip to content

Commit 8e94283

Browse files
committed
Update domain to trace.moe
1 parent 55d6197 commit 8e94283

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

100755100644
File mode changed.

bg.js

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ browser.runtime.onMessage.addListener(handleMessage);
2525
var search = function(dataURL) {
2626
imageDataURL = dataURL;
2727
browser.tabs.create({
28-
url: 'https://whatanime.ga'
28+
url: 'https://trace.moe'
2929
})
3030
}
3131

@@ -149,4 +149,4 @@ browser.contextMenus.onClicked.addListener(function(info, tab) {
149149
});
150150
}
151151
}
152-
});
152+
});

content.js

100755100644
File mode changed.

manifest.json

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"whatanime.ga.js"
1919
],
2020
"matches": [
21-
"https://whatanime.ga/"
21+
"https://trace.moe/"
2222
]
2323
}
2424
],
@@ -37,7 +37,7 @@
3737
"http://*/*",
3838
"https://*/*"
3939
],
40-
"version": "3.1.2",
40+
"version": "3.1.3",
4141
"-ms-preload": {
4242
"backgroundScript": "backgroundScriptsAPIBridge.js",
4343
"contentScript": "contentScriptsAPIBridge.js"

whatanime.ga.js

100755100644
File mode changed.

0 commit comments

Comments
 (0)