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": "The Fly", "short_name": "The Fly", "description": "Fly crawl all over websites. You can chase and catch them \u2014 a very useful extension.", "version": "2.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "options_page": "popup.html", "permissions": [ "storage", "contextMenus", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "fly.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "m1.gif", "m2.gif", "m3.gif", "m4.gif", "p1.gif", "p2.gif", "p3.gif", "p4.gif", "fly2.png", "fly2_off.png", "fly2_dead.png", "kill.mp3" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }