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", "manifest_version": 2, "name": "Notiferator. Notification Listener.", "short_name": "Notiferator", "description": "Listens on a port of the local computer and displays and reads incoming messages.", "version": "2.3.0", "minimum_chrome_version": "33", "icons": { "128": "noti-128-1.png" }, "sockets": { "tcpServer": { "listen": "" } }, "permissions": [ "tts", "webview", "alarms", "syncFileSystem", "gcm", "notifications", "storage", "system.network", "https:\/\/android.googleapis.com\/gcm\/send", "http:\/\/developer.android.com\/" ], "app": { "background": { "persistent": true, "scripts": [ "jquery-2.1.1.min.js", "tcp-server2.js", "background.js" ] } } }