Skip to content

Commit

Permalink
Update domain to trace.moe
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly committed Oct 21, 2018
1 parent 55d6197 commit 8e94283
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Empty file modified README.md
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions bg.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ browser.runtime.onMessage.addListener(handleMessage);
var search = function(dataURL) {
imageDataURL = dataURL;
browser.tabs.create({
url: 'https://whatanime.ga'
url: 'https://trace.moe'
})
}

Expand Down Expand Up @@ -149,4 +149,4 @@ browser.contextMenus.onClicked.addListener(function(info, tab) {
});
}
}
});
});
Empty file modified content.js
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions manifest.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"whatanime.ga.js"
],
"matches": [
"https://whatanime.ga/"
"https://trace.moe/"
]
}
],
Expand All @@ -37,7 +37,7 @@
"http://*/*",
"https://*/*"
],
"version": "3.1.2",
"version": "3.1.3",
"-ms-preload": {
"backgroundScript": "backgroundScriptsAPIBridge.js",
"contentScript": "contentScriptsAPIBridge.js"
Expand Down
Empty file modified whatanime.ga.js
100755 → 100644
Empty file.

0 comments on commit 8e94283

Please sign in to comment.