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

Unified Diff: ui/file_manager/audio_player/manifest.json

Issue 645853013: Remove some platform specific stuff from views. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/audio_player/js/metadata_worker.js ('k') | ui/file_manager/file_manager.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/audio_player/manifest.json
diff --git a/ui/file_manager/audio_player/manifest.json b/ui/file_manager/audio_player/manifest.json
deleted file mode 100644
index a5565c2a97a325c0694047ebc288085f57bfe8f4..0000000000000000000000000000000000000000
--- a/ui/file_manager/audio_player/manifest.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- // chrome-extension://cjbfomnbifhcdnihkgipgfcihmgjfhbf/
- "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsU2jLo1oiASjXO+/+qYfgojW4Y5TCIBNFzcAdxaF78BRteygWkJqbUVyGZxtSk/RDe3NdNyQCxsyU1YfYXZQvGRNDwKw5tzGyE4dcedveipaJW174VGd3GViS0WWist3HRxfYRZvRP5E8l/4NxXB0+crfq2WolO8La25js1QkCsggQ1lC8g24NRrPnTAWZxvSD6L64R0UoVoe68HdC4mRISe9/OqjyiAfb4Ajgooq8dyzkV8AJTKRjFTmYPlcc5Ba21rXzRt22TnDh2U38m/OEvTu69cyTIxAkBjUa/2gu7N588k9XzaMhTjiolSWxBDQuLZRp8fNjO0R27jouo3FwIDAQAB",
- "manifest_version": 2,
- "name": "Audio Player",
- "version": "1.0",
- "description": "Audio Player",
- "display_in_launcher": false,
- "incognito" : "split",
- "icons": {
- "16": "icons/audio-player-favicon-16.png",
- "32": "icons/audio-player-32.png",
- "48": "icons/audio-player-48.png",
- "64": "icons/audio-player-64.png",
- "96": "icons/audio-player-96.png",
- "128": "icons/audio-player-128.png",
- "256": "icons/audio-player-256.png"
- },
- "permissions": [
- "commandLinePrivate",
- "fileSystem",
- "fileBrowserHandler",
- "fileManagerPrivate",
- "fullscreen",
- "mediaPlayerPrivate",
- "power",
- "storage",
- "chrome://resources/",
- "chrome://theme/"
- ],
- "file_handlers": {
- "audio": {
- "types": [
- "audio/*"
- ],
- "extensions": [
- "amr",
- "flac",
- "m4a",
- "mp3",
- "oga",
- "ogg",
- "wav"
- ]
- }
- },
- "app": {
- "background": {
- "scripts": [
- "chrome://resources/js/cr.js",
- "chrome://resources/js/cr/event_target.js",
- "chrome://resources/js/cr/ui/array_data_model.js",
- "chrome://resources/js/load_time_data.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/util.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/async_util.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/volume_manager_common.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/app_window_wrapper.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/background_base.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/test_util.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/volume_manager.js",
- "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/foreground/js/file_type.js",
- // The main background script must be at the end.
- "js/background.js"
- ]
- },
- "content_security_policy": "default-src 'none'; script-src 'self' chrome://resources chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj chrome-extension://enhhojjnijigcajfphajepfemndkmdlo; style-src 'self' chrome://resources 'unsafe-inline'; img-src 'self' chrome://theme chrome://resources data: https://www.googledrive.com; media-src 'self'; object-src 'self'"
- }
-}
« no previous file with comments | « ui/file_manager/audio_player/js/metadata_worker.js ('k') | ui/file_manager/file_manager.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698