An in browser local PDS localpds.at
20

Configure Feed

Select the types of activity you want to include in your feed.

Use only specific urls until have the config setup

authored by

Niall Bunting and committed by
Niall Bunting
(Jun 2, 2026, 3:53 PM +0100) d56f0892 b3673ea5

+12 -3
+12 -3
extension/manifest.json
··· 2 2 "manifest_version": 3, 3 3 "name": "LocalPDS", 4 4 "description": "LocalPDS is a Personal Data Server that runs in your browser", 5 - "version": "0.0.1", 6 - "permissions": ["debugger", "storage", "tabs", "notifications"], 7 - "host_permissions": ["<all_urls>"], 5 + "version": "0.0.2", 6 + "permissions": ["debugger", "storage", "tabs"], 7 + "host_permissions": [ 8 + "https://*.bsky.app/*", 9 + "https://*.tangled.org/*", 10 + "https://*.leaflet.pub/*", 11 + "https://*.localpds.at/*" 12 + ], 13 + "web_accessible_resources": [{ 14 + "resources": ["oauth-authorize.html"], 15 + "matches": ["https://localpds.at/*"] 16 + }], 8 17 "background": { 9 18 "service_worker": "background.js", 10 19 "type": "module"