Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Glinks go links", "short_name": "Glinks", "description": "Ease, free, and secure go links for your team. Use go links to shorten and manage URLs to streamline workflow and collaboration.", "version": "1.4", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "images\/icon-48.png" }, "permissions": [ "declarativeNetRequest", "storage" ], "host_permissions": [ "*:\/\/go\/*", "*:\/\/g\/*", "*:\/\/*.getglinks.com\/*", "http:\/\/localhost:8000\/*", "http:\/\/localhost:5173\/*" ], "externally_connectable": { "matches": [ "https:\/\/getglinks.com\/*", "http:\/\/localhost:8000\/*", "http:\/\/localhost:5173\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqDWZIrPSzqoHo+BpCCZxo+EGm3gqYRaOp1gaEv4z8bhM4e+olHZJVoftPy5cr8mNGwHR4ykbXWwE8l6JRcFOdF8fcsm1btWh8MTl7uw+vCW85Z3Tyn5uUwKt7HoE7X0gfqMlDSSVPLn7kqsvs+jnKJUigdbSSqkFDeVKfnNQxVlI1eOui4i7q6+Ni6pZyJleWsY\/7Y96Dm3xl8cmRIZkD+sd\/Fs+yFJbvx4OGMZtOwYz7mlnpvMrweOnz63ZpQP7GWJN4fjdm5y7OSABULbKf7+GACONP0iKyem8m0uvyW+w8raAliCjtFpJ+4wxgZLIiNDiaaMpR3wNnjanWCNrMQIDAQAB", "background": { "service_worker": "background.js" } }