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": 3, "name": "Seek App", "description": "Train next-gen AI search by running a node \u2014 earn Seek.", "version": "1.0.0", "action": { "default_title": "Seek", "default_icon": { "16": "icons\/pwa-192x192.png", "48": "icons\/pwa-192x192.png", "128": "icons\/pwa-512x512.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/pwa-192x192.png", "48": "icons\/pwa-192x192.png", "128": "icons\/pwa-512x512.png" }, "host_permissions": [ "https:\/\/api.seek.ac\/*" ] }