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,
"minimum_chrome_version": "88",
"default_locale": "en",
"name": "__MSG_extName__",
"description": "__MSG_extShortDesc__",
"version": "1.0.5",
"background": {
"service_worker": "js\/background.js"
},
"incognito": "split",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png",
"300": "icons\/icon300.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/bsky.app\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/content.css"
],
"run_at": "document_start"
}
],
"permissions": [
"alarms",
"storage"
],
"host_permissions": [
"https:\/\/bsky.app\/*"
]
}