{ "name": "Nginx JSON autoindex File System Provider", "version": "0.0.1", "manifest_version": 2, "description": "Mount an nginx JSON autoindex URL as a file system", "permissions": [ "fileSystemProvider", "http://*/", "https://*/" ], "file_system_provider_capabilities": { "source": "network", "multiple_mounts": true }, "app" : { "background": { "scripts": [ "background.js", "mount-info.js" ] } } }