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",
"author": "Clemens Teichmann",
"description": "Mass follow and mass unfollow on Bluesky with powerful options.",
"manifest_version": 3,
"name": "Superpowers for Bluesky",
"homepage_url": "https:\/\/www.clemensteichmann.com\/superpowers-for-bluesky",
"version": "10",
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https:\/\/bsky.app\/*"
],
"run_at": "document_start",
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules_1.json"
}
]
},
"host_permissions": [
"https:\/\/bsky.app\/*",
"https:\/\/web-cdn.bsky.app\/*"
],
"icons": {
"16": "images\/superpowers_for_bluesky16.png",
"48": "images\/superpowers_for_bluesky48.png",
"128": "images\/superpowers_for_bluesky128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/bsky.app\/*"
],
"resources": [
"app.js"
]
}
]
}