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

Side by Side Diff: chrome/test/data/extensions/samples/subscribe/manifest.json

Issue 126014: Verify signed .crx extension installations (Closed)
Patch Set: final changes Created 11 years, 6 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
1 { 1 {
2 "content_scripts": [ 2 "content_scripts": [
3 { 3 {
4 "js": [ 4 "js": [
5 "feed_finder.js" 5 "feed_finder.js"
6 ], 6 ],
7 "matches": [ 7 "matches": [
8 "http://*/*" 8 "http://*/*"
9 ] 9 ]
10 } 10 }
11 ], 11 ],
12 "description": "Adds one-click subscription with Google Reader to your toolbar ", 12 "description": "Adds one-click subscription with Google Reader to your toolbar ",
13 "id": "8962A8B1A1063945CEDE08181EA28D2D65124E86",
14 "name": "Subscribe in Reader", 13 "name": "Subscribe in Reader",
15 "permissions": [ 14 "permissions": [
16 "http://www.google.com/*" 15 "http://www.google.com/*"
17 ], 16 ],
18 "toolstrips": [ 17 "toolstrips": [
19 "toolstrip.html" 18 "toolstrip.html"
20 ], 19 ],
21 "version": "1.0" 20 "version": "1.0"
22 } 21 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/samples/buildbot/manifest.json ('k') | chrome/test/data/extensions/theme.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698