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": "Hirelink", "version": "1.2.96", "manifest_version": 2, "default_locale": "en", "description": "Easily connect to your HR cloud with Hirelink!", "homepage_url": "http:\/\/www.hirelink.io", "author": "Hirelink", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "lib\/jquery\/jquery-3.3.1.min.js", "lib\/OneSignal.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/128x128.png", "default_title": "Hirelink", "default_popup": "src\/browser_action\/index.html" }, "permissions": [ "tabs", "activeTab", "webNavigation", "storage", "http:\/\/localhost:8080\/*", "https:\/\/hirelink.io\/*", "https:\/\/app.hirelink.io\/*", "https:\/\/hirelink-api-dot-hirelink-io.appspot.com\/*" ], "web_accessible_resources": [ "src\/oauth2\/oauth2.html", "src\/web_access\/*", "web_access\/*", "font\/*" ], "optional_permissions": [ "*:\/\/*\/*" ] }