Skip to content

Commit

Permalink
Include removals-submit-ac* as one of the quota exceeded url
Browse files Browse the repository at this point in the history
  • Loading branch information
noitcudni committed Nov 13, 2018
1 parent 81b5cd1 commit 4e79d4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "WebMaster Tools - Bulk URL removal",
"version" : "0.4",
"version" : "0.5",
"manifest_version": 2,
"description": "",
"content_scripts" : [
Expand All @@ -14,7 +14,8 @@
},
{
"matches" : ["http://localhost:8000/test.html",
"https://www.google.com/webmasters/tools/removals-create-ac*"],
"https://www.google.com/webmasters/tools/removals-create-ac*",
"https://www.google.com/webmasters/tools/removals-submit-ac*"],
"js" : ["jquery-1.7.1.min.js", "exceed_quota.js"]
}

Expand Down

0 comments on commit 4e79d4c

Please sign in to comment.