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

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

Issue 12147004: Disable/enable echo for enterprise device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 7 years, 10 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 // chrome-extension://lbgjohhgghbkcgejgklgcmfijhbheflf/ 2 // chrome-extension://lbgjohhgghbkcgejgklgcmfijhbheflf/
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDasz2sLsAlmcF0v7/FGwzWVP/T+CLhvW pojKckVp8RH0bN/x3HvQ8FUweTymsaLbqxMHn8LbMOYt9uvLg7MuUcs0puzo7vPEwW7FPwLdIke2Fth+ uXgkBFUFvtrOoAyIXmiRRFoIi9qfNVQOvIz0nv0c7UEKoHT3UnT0ekxSl7lwIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDasz2sLsAlmcF0v7/FGwzWVP/T+CLhvW pojKckVp8RH0bN/x3HvQ8FUweTymsaLbqxMHn8LbMOYt9uvLg7MuUcs0puzo7vPEwW7FPwLdIke2Fth+ uXgkBFUFvtrOoAyIXmiRRFoIi9qfNVQOvIz0nv0c7UEKoHT3UnT0ekxSl7lwIDAQAB",
4 "name": "chrome.echoPrivate.apitest", 4 "name": "chrome.echoPrivate.apitest",
5 "version": "0.1", 5 "version": "0.1",
6 "description": "tests for chrome.echoPrivate API.", 6 "description": "tests for chrome.echoPrivate API.",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 "background": {"scripts": ["test.js"]},
9 "permissions": ["echoPrivate"] 8 "permissions": ["echoPrivate"]
10 } 9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698