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": "Experium ATS Extension", "description": "\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0440\u0435\u0437\u044e\u043c\u0435 \u043b\u044e\u0434\u0435\u0439 \u0432 Experium!", "version": "1.0.2", "permissions": [ "activeTab", "storage", "notifications" ], "background": { "service_worker": "src\/scripts\/background.js", "type": "module" }, "options_ui": { "page": "src\/html\/options_popup.html", "open_in_tab": false }, "action": { "default_title": "Experium", "default_popup": "src\/html\/default_popup.html", "default_icon": { "16": "assets\/experium.png", "32": "assets\/experium.png", "48": "assets\/experium.png", "128": "assets\/experium128.png" } }, "icons": { "16": "assets\/experium.png", "32": "assets\/experium.png", "48": "assets\/experium.png", "128": "assets\/experium128.png" } }