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

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

Issue 1224643008: Add a fake cast extension for testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 years, 5 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 {
achuithb 2015/07/08 22:23:55 Add a comment like: // chrome-extension://hlgmmjhl
jdufault 2015/07/09 19:30:02 Done.
2 "description": "Exposes a mock API for the tray cast",
3 "name": "Fake Cast Extension",
4 "background": {
5 "scripts": ["background.js"]
6 },
7 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjUQp4bsqVWjak86Ha5eFFl2c5 h9lgqvx7K6Bv30zJTdGw4REIvi5FcS/atdlfP/GzOGufPPKEIH2536KvQP/6o4e0jyK7kT5XUoO8K/CR y+hbu5Xyq61AT3kYEEvN6fgtuu41RDJl20AcBcmBRbeJTKhJcFYJKrZHK73KC53O9uP+fLbsMp7eHwYj irZ1kYUSWlcI+piD4eVSGGcbt0bG8ZSTuOOcFASSiKuWNU7NS/Zl1/esV04XbcS2C9Fsp8HI5FvJWSWE sNRvrWxQn+wvg8YfUKzHUiBr8WVGVUHM7KSO7m3rMl3JM6Be31DMhXMAsc41RRvNjAZpK+DLuP2wIDAQ AB",
8 "manifest_version": 2,
9 "version": "0.1"
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698