Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WorkFlowy MultiFlow", "description": "Multi-column view for WorkFlowy", "version": "3.0.0", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWDu35r1oWfV8YVlJbXNOpqL3lhgO4wgyb7dfAcl6trIfwsQSg2W3EERJDbN3LzhYEmvszbrQlot+scVpK9WM94HbXag8IBEIiIh24WmX6xlv5PT3j2ibccXiJ9x\/sCaP2MGRzPNkkO1hJjBIup6ogn3\/U3ynbQ6lqdtYI9Ju0IWSNXIt493Ch\/dvD1cjxPzLLcCcrU9O50evAm\/gFknFiPla6UKqU6ApkUpnwO3L3emphEXtKcK1I\/VfzCFDJ\/7PUnOKVBiLwbQWZjSfhdLtdzdwovGgklr4XmicpEL\/\/k5HO9zTjXd8eEL6Yo0ik1Kk\/Skm9226B9rQnL6Od9WgwIDAQAB", "permissions": [ "declarativeNetRequest", "declarativeContent", "activeTab", "storage" ], "host_permissions": [ "https:\/\/workflowy.com\/*", "https:\/\/*.workflowy.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "icon\/16.png" ] }, { "matches": [ "https:\/\/workflowy.com\/*", "https:\/\/*.workflowy.com\/*" ], "resources": [ "scripts\/installed.js", "scripts\/links.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Popup Page", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.workflowy.com\/*", "https:\/\/workflowy.com\/*" ], "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] } ] }