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", "name": "Text Tailor - by Bliink", "version": "1", "description": "Replace, Remove, Blur or Highlight words across the web", "manifest_version": 3, "background": { "service_worker": "serviceWorker.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "scripting", "storage" ], "action": { "default_popup": "opt.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }