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": "SafeSpaces", "version": "2.1.9", "description": "\u05d2\u05d9\u05e9\u05d4 \u05e0\u05d5\u05d7\u05d4 \u05dc\u05d0\u05ea\u05e8\u05d9\u05dd, \u05d4\u05d5\u05e1\u05e4\u05ea \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d0\u05ea\u05e8\u05d9\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9\u05d5\u05ea, \u05e2\u05d3\u05db\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9\u05d5\u05ea \u05d5\u05d4\u05d6\u05e8\u05e7\u05ea \u05ea\u05d2\u05d5\u05d1\u05d5\u05ea \u05dc\u05d3\u05e4\u05d9 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "SafeSpaces" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/mail.google.com\/*", "*:\/\/chat.google.com\/*", "*:\/\/newsupdates.click\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/chat.google.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ] }