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", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "author": "[email protected]", "manifest_version": 3, "icons": { "16": "images\/logo\/16.png", "19": "images\/logo\/19.png", "32": "images\/logo\/32.png", "38": "images\/logo\/38.png", "48": "images\/logo\/48.png", "64": "images\/logo\/64.png", "96": "images\/logo\/96.png", "128": "images\/logo\/128.png", "256": "images\/logo\/256.png", "512": "images\/logo\/512.png" }, "action": { "default_title": "Picodi" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end", "matches": [ "<all_urls>" ], "all_frames": false } ], "permissions": [ "storage", "activeTab", "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "content.js", "content.css", "fonts\/*" ], "matches": [ "<all_urls>" ] } ], "version": "7.5.9", "externally_connectable": { "matches": [ "*:\/\/*.picodi.com\/*" ] } }