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": "Tally X", "version": "1.0", "description": "View your latest LinkedIn post", "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "https:\/\/app.tallypost.pro\/*" ], "action": { "default_popup": "index.html", "default_icon": "media\/rounded.png" }, "icons": { "16": "media\/rounded.png", "48": "media\/rounded.png", "128": "media\/rounded.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "static\/js\/contentScript.js" ], "css": [ "contentScript.css" ] } ], "web_accessible_resources": [ { "resources": [ "media\/*" ], "matches": [ "https:\/\/*.linkedin.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" } }