Skip to content

Commit

Permalink
Add support for other regional Google domains
Browse files Browse the repository at this point in the history
+ Remove console debug messages
+ Fix an error message displayed in dev console
  • Loading branch information
VahidNaderi committed Jun 13, 2024
1 parent 2dbd7a0 commit 7ec82f4
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 9 deletions.
5 changes: 4 additions & 1 deletion dev-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Obtain refresh token for publish to chrome web store using api
https://developer.chrome.com/docs/webstore#test-oauth
https://developer.chrome.com/docs/webstore#test-oauth

manifest.json
in host_permissions we provided all google domains as it does not support wild card for TLDs as stated [here about Top Level domain match patterns](https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googlerankchecker",
"version": "0.8.0",
"version": "0.8.1",
"description": "A chrome extension to simplify finding ranks on google search results",
"main": "index.js",
"devDependencies": {
Expand Down
Loading

0 comments on commit 7ec82f4

Please sign in to comment.