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": "KittyCursor - Fun Custom Kitty Cursors", "version": "1.3.14", "description": "Change your cursor to be a cute kitty, or any picture of your pet!", "permissions": [ "storage", "unlimitedStorage", "activeTab", "tabs", "webRequest", "cookies", "notifications" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" } }, "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "images\/*\/*.png", "images\/*.png", "custom-cursor.html", "*.js.map", "content\/*.css" ], "matches": [ "<all_urls>" ] } ] }