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

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

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 "host": [ "http://*.google.com/*", "https://*.google.com/*" ]
9 },
10 "incognito": false,
11 "location": 1,
12 "path": "bcflfiohkjolmhmjjocpfbloomonhpkc/1_0",
13 "state": 1,
14 "manifest": {
15 "content_scripts": [ {
16 "js": [ "test.js" ],
17 "matches": [ "http://*.google.com/*", "https://*.google.com/ *" ]
18 } ],
19 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjaeNnkVsxxIdwFiIWD DaiCUGLAxpl8zuMn6za/zFOw4ManeaA7o0NkEnpgtBcVT40zU48H/invljVB6TDaQ93RSnD3P6esUgJT qlJg7vz9zlUsefTBmLChPR38zW87l8TIIEvt3Syb5iFf35KUXdUujiCtO2Pb3Adh1cuDUXo8QIDAQAB" ,
20 "name": "Unknown Permissions Test",
21 "permissions": [ "tabs", "blah" ],
22 "version": "1"
23 }
24 }
25 }
26 }
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698