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

Side by Side Diff: chrome/test/data/extensions/permissions/Preferences-unknown-host

Issue 4687005: Track permissions granted to extensions in prefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "extensions": {
3 "settings": {
4 "bcflfiohkjolmhmjjocpfbloomonhpkc": {
5 "app_launcher_index": 13,
6 "granted_permissions": {
7 "initialized": true,
8 "api": [ "tabs" ],
9 "host": [ "http://*.google.com/*" ]
10 },
11 "incognito": false,
12 "location": 1,
13 "path": "bcflfiohkjolmhmjjocpfbloomonhpkc/1_0",
14 "state": 1,
15 "manifest": {
16 "content_scripts": [ {
17 "js": [ "test.js" ],
18 "matches": [ "http://*.google.com/*", "https://*.google.com/ *" ]
19 } ],
20 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjaeNnkVsxxIdwFiIWD DaiCUGLAxpl8zuMn6za/zFOw4ManeaA7o0NkEnpgtBcVT40zU48H/invljVB6TDaQ93RSnD3P6esUgJT qlJg7vz9zlUsefTBmLChPR38zW87l8TIIEvt3Syb5iFf35KUXdUujiCtO2Pb3Adh1cuDUXo8QIDAQAB" ,
21 "name": "Unknown Permissions Test",
22 "permissions": [ "tabs", "blah" ],
23 "version": "1"
24 }
25 }
26 }
27 }
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698