Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Side by Side Diff: chrome/test/data/extensions/effective_host_permissions/two_content_scripts.json

Issue 173463: Update of the extension install UI: (Closed)
Patch Set: mpcompelte comments Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "effective host permisions test",
3 "version": "1.0",
4 "permissions": [
5 "http://*.google.com/",
6 "http://google.com",
7 "https://google.com"
8 ],
9 "content_scripts": [
10 {
11 "matches": ["http://www.reddit.com/", "http://news.ycombinator.com/"],
12 "js": ["foo.js"]
13 }
14 ]
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698