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, "icons": { "192": ".\/web\/icon-192.png", "512": ".\/web\/icon-512.png" }, "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "name": "Redirect Social", "description": "Redirects your attention from social media to the places that matter the most.", "version": "4.2.0", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "activeTab", "tabs", "readingList" ], "web_accessible_resources": [ { "resources": [ "blocked-page.html" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "minimum_chrome_version": "102" }