Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EPUB Reader", "short_name": "EPUB Reader", "description": "Read EPUB ebooks app for Chrome, works offline", "author": "Kyle Graehl", "version": "0.0.2", "manifest_version": 2, "offline_enabled": true, "minimum_chrome_version": "33", "file_handlers": { "any": { "types": [ "application\/epub+zip" ], "extensions": [ "epub" ], "title": "EPUB Reader" } }, "app": { "background": { "scripts": [ "web-server-chrome\/underscore.js", "web-server-chrome\/common.js", "web-server-chrome\/mime.js", "web-server-chrome\/buffer.js", "web-server-chrome\/request.js", "web-server-chrome\/stream.js", "web-server-chrome\/connection.js", "web-server-chrome\/webapp.js", "web-server-chrome\/handlers.js", "web-server-chrome\/httplib.js", "background.js" ] } }, "permissions": [ { "fileSystem": [ "directory", "retainEntries" ] }, "webview", "notifications", "https:\/\/www.google-analytics.com\/", "storage" ], "sockets": { "tcpServer": { "listen": [ "127.0.0.1:*" ] } }, "icons": { "16": "book-16.png", "19": "book-19.png", "32": "book-32.png", "38": "book-38.png", "48": "book-48.png", "64": "book-64.png", "96": "book-96.png", "128": "book-128.png" } }