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": "KindHunter", "version": "0.1.2", "description": "Connect with anyone", "homepage_url": "https:\/\/kindhunter.com", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "KindHunter - Connect with anyone.", "default_popup": "src\/browser_action.html" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 }