repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Popular sites on the NTP: check that experiment group StartsWith (rather than IS...
[chromium-blink-merge.git]
/
chrome
/
common
/
extensions
/
docs
/
examples
/
tutorials
/
getstarted
/
manifest.json
blob
4c9192c575e3d5c10e70ad505a52340f9d27d2fd
1
{
2
"manifest_version": 2,
3
4
"name": "Getting started example",
5
"description": "This extension shows a Google Image search result for the current page",
6
"version": "1.0",
7
8
"browser_action": {
9
"default_icon": "icon.png",
10
"default_popup": "popup.html"
11
},
12
"permissions": [
13
"activeTab",
14
"https://ajax.googleapis.com/"
15
]
16
}