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

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

Issue 666223005: Don't block shared_module extensions by the policy blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 "name": "Shared Module Import Test", 2 "name": "Imports a Shared Module",
3 "manifest_version": 2, 3 "manifest_version": 2,
4 "version": "1.0", 4 "version": "1.0",
5 "app": { 5 "app": {
6 "background": { 6 "background": {
7 "page": "main.html" 7 "page": "main.html"
8 } 8 }
9 }, 9 },
10 "import": [{ 10 "import": [{
11 "id": "gpcckkmippodnppallflahfabmeilgjg" 11 "id": "nfgclafboonjbiafbllihiailjlhelpm"
12 } 12 }
13 ] 13 ]
14 } 14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698