mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Update manifest.json
This commit is contained in:
committed by
GitHub
parent
04d4080f75
commit
8ebd97667b
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Typed URL History",
|
||||
"version": "1.3",
|
||||
"description": "Reads your history and shows the top ten pages you go to by typing the URL.",
|
||||
"description": "Reads your history and uses the transition type of the history item to filter out a list of the top ten pages you go to specifically by typing the URL.",
|
||||
"permissions": ["history"],
|
||||
"action": {
|
||||
"default_popup": "typed-urls.html",
|
||||
|
||||
Reference in New Issue
Block a user