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": "Compliments Monkey - Get Random Compliments While You Browse!", "version": "1.0.1", "description": "Occasionally shows a monkey with a delightful compliment, adding spontaneous moments of positivity to your browsing experience.", "author": "ExtensionMonkey", "homepage_url": "https:\/\/ExtensionMonkey.de", "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js", "welcome.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/monkey1.png", "images\/monkey2.png", "images\/monkey3.png", "messages.csv", "welcome.html" ], "matches": [ "<all_urls>" ] } ] }