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": "Bluesky Cinema", "description": "Bluesky Cinema", "version": "0.1.3", "icons": { "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/bksy.app\/*" ], "content_scripts": [ { "js": [ "assets\/jquery.3.7.1.js", "cinema.js" ], "matches": [ "https:\/\/bsky.app\/*" ] } ] }