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, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/insin\/comments-owl-for-hacker-news\/", "version": "2.2.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "js": [ "content.js" ] } ], "options_ui": { "browser_style": true, "chrome_style": false, "page": "options.html" }, "browser_action": { "browser_style": true, "default_title": "__MSG_extensionName__", "default_popup": "browser_action.html" }, "permissions": [ "contextMenus", "storage" ] }