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", "name": "BetterCups", "description": "Enhances your experience on 7Cups website. Adds a lot of useful information to website pages.", "version": "1.6.0", "manifest_version": 3, "icons": { "128": "icon128.png", "512": "icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.7cups.com\/*", "https:\/\/7cups.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "permissions": [], "web_accessible_resources": [ { "resources": [ "html\/navbar-status.html", "html\/b7c-settings.html", "html\/b7c-feedback.html", "html\/b7c-calmdown.html", "html\/b7c-calmdown-breathing.html", "html\/b7c-calmdown-menu.html", "html\/b7c-calmdown-bubble.html", "inject.js", "assets\/message.mp3", "assets\/breathing.gif", "assets\/bubblewrap.css", "assets\/quickreply.css", "assets\/pop1.mp3", "assets\/pop2.mp3", "assets\/pop3.mp3", "assets\/menu-open.png", "js\/utils.js", "js\/injectExtender.js", "js\/savepage.js", "js\/profilepage.js", "js\/chatpage.js", "js\/dashboardpage.js", "js\/defaultpage.js" ], "matches": [ "https:\/\/*.7cups.com\/*", "https:\/\/7cups.com\/*" ] } ], "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0" } } }