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": "Socialsonic AI", "description": "Your personal growth assistant. Create viral content, analyze performance, find top posts, and engage strategically.", "version": "1.0.10", "icons": { "128": ".\/images\/logo-socialsonic-icon.png" }, "action": { "default_icon": { "128": ".\/images\/logo-socialsonic-icon.png" }, "default_popup": ".\/pages\/popup\/popup.html" }, "background": { "service_worker": ".\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.socialsonic.com\/*", "https:\/\/dev.socialsonic.ai\/*", "http:\/\/localhost:3000\/*" ], "js": [ ".\/js\/content_auth.js" ], "all_frames": false, "run_at": "document_start" }, { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ ".\/js\/content_main.js" ], "css": [ ".\/css\/content_main.css" ], "all_frames": false, "run_at": "document_start" } ], "permissions": [ "storage", "cookies", "tabs", "alarms" ], "host_permissions": [ "https:\/\/app.socialsonic.com\/*", "https:\/\/dev.socialsonic.ai\/*", "http:\/\/localhost:3000\/*", "*:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "resources": [ "css\/*", "images\/*", "fonts\/*", "pages\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }