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
blob4c9192c575e3d5c10e70ad505a52340f9d27d2fd
2   "manifest_version": 2,
4   "name": "Getting started example",
5   "description": "This extension shows a Google Image search result for the current page",
6   "version": "1.0",
8   "browser_action": {
9     "default_icon": "icon.png",
10     "default_popup": "popup.html"
11   },
12   "permissions": [
13     "activeTab",
14     "https://ajax.googleapis.com/"
15   ]