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": "Your Daily Affirmations", "description": "Giving you positive energy with affirmations each time you open the browser", "version": "1.1", "manifest_version": 3, "icons": { "64": "icons\/icons64.png" }, "action": { "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } }