OLD | NEW |
1 { | 1 { |
2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/ | 2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/ |
3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3
5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB
h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==", | 3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3
5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB
h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==", |
4 "name": "File Manager", | 4 "name": "File Manager", |
5 "version": "0.1", | 5 "version": "0.1", |
6 "description": "File Manager", | 6 "description": "File Manager", |
7 "incognito" : "split", | 7 "incognito" : "split", |
8 "icons": { | 8 "icons": { |
9 "16": "images/icon16.png" | 9 "16": "images/icon16.png" |
10 }, | 10 }, |
(...skipping 28 matching lines...) Expand all Loading... |
39 "filesystem:*.JPEG", | 39 "filesystem:*.JPEG", |
40 "filesystem:*.WEBP", | 40 "filesystem:*.WEBP", |
41 "filesystem:*.PNG" | 41 "filesystem:*.PNG" |
42 ] | 42 ] |
43 }, | 43 }, |
44 { | 44 { |
45 "id": "play", | 45 "id": "play", |
46 "default_title": "__MSG_PLAY_MEDIA__", | 46 "default_title": "__MSG_PLAY_MEDIA__", |
47 "default_icon": "images/icon_play_16x16.png", | 47 "default_icon": "images/icon_play_16x16.png", |
48 "file_filters": [ | 48 "file_filters": [ |
| 49 "filesystem:*.avi", |
| 50 "filesystem:*.AVI", |
49 "filesystem:*.webm", | 51 "filesystem:*.webm", |
50 "filesystem:*.WEBM", | 52 "filesystem:*.WEBM", |
51 "filesystem:*.mp4", | 53 "filesystem:*.mp4", |
52 "filesystem:*.MP4", | 54 "filesystem:*.MP4", |
53 "filesystem:*.m4v", | 55 "filesystem:*.m4v", |
54 "filesystem:*.M4V", | 56 "filesystem:*.M4V", |
55 "filesystem:*.mov", | 57 "filesystem:*.mov", |
56 "filesystem:*.MOV", | 58 "filesystem:*.MOV", |
57 "filesystem:*.ogg", | 59 "filesystem:*.ogg", |
58 "filesystem:*.OGG", | 60 "filesystem:*.OGG", |
(...skipping 11 matching lines...) Expand all Loading... |
70 "filesystem:*.MP3", | 72 "filesystem:*.MP3", |
71 "filesystem:*.m4a", | 73 "filesystem:*.m4a", |
72 "filesystem:*.M4A" | 74 "filesystem:*.M4A" |
73 ] | 75 ] |
74 }, | 76 }, |
75 { | 77 { |
76 "id": "enqueue", | 78 "id": "enqueue", |
77 "default_title": "__MSG_ENQUEUE_MEDIA__", | 79 "default_title": "__MSG_ENQUEUE_MEDIA__", |
78 "default_icon": "images/icon_add_to_queue_16x16.png", | 80 "default_icon": "images/icon_add_to_queue_16x16.png", |
79 "file_filters": [ | 81 "file_filters": [ |
| 82 "filesystem:*.avi", |
| 83 "filesystem:*.AVI", |
80 "filesystem:*.webm", | 84 "filesystem:*.webm", |
81 "filesystem:*.WEBM", | 85 "filesystem:*.WEBM", |
82 "filesystem:*.mp4", | 86 "filesystem:*.mp4", |
83 "filesystem:*.MP4", | 87 "filesystem:*.MP4", |
84 "filesystem:*.m4v", | 88 "filesystem:*.m4v", |
85 "filesystem:*.M4V", | 89 "filesystem:*.M4V", |
86 "filesystem:*.mov", | 90 "filesystem:*.mov", |
87 "filesystem:*.MOV", | 91 "filesystem:*.MOV", |
88 "filesystem:*.ogg", | 92 "filesystem:*.ogg", |
89 "filesystem:*.OGG", | 93 "filesystem:*.OGG", |
90 "filesystem:*.oga", | 94 "filesystem:*.oga", |
91 "filesystem:*.OGA", | 95 "filesystem:*.OGA", |
92 "filesystem:*.ogm", | 96 "filesystem:*.ogm", |
93 "filesystem:*.OGM", | 97 "filesystem:*.OGM", |
94 "filesystem:*.ogv", | 98 "filesystem:*.ogv", |
95 "filesystem:*.OGV", | 99 "filesystem:*.OGV", |
96 "filesystem:*.ogx", | 100 "filesystem:*.ogx", |
97 "filesystem:*.OGX", | 101 "filesystem:*.OGX", |
98 "filesystem:*.wav", | 102 "filesystem:*.wav", |
99 "filesystem:*.WAV", | 103 "filesystem:*.WAV", |
100 "filesystem:*.mp3", | 104 "filesystem:*.mp3", |
101 "filesystem:*.MP3", | 105 "filesystem:*.MP3", |
102 "filesystem:*.m4a", | 106 "filesystem:*.m4a", |
103 "filesystem:*.M4A" | 107 "filesystem:*.M4A" |
104 ] | 108 ] |
105 } | 109 } |
106 ] | 110 ] |
107 } | 111 } |
OLD | NEW |