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": "Quibble - Homework Helper", "description": "Learn smarter, not harder.", "version": "0.5.6", "icons": { "48": "icon.png" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "dist\/background.bundle.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_globs": [ "*:\/\/*.session.masteringaandp.com\/*", "*:\/\/*.personcmg.com\/*", "*:\/\/*.macmillanlearning.com\/*", "*:\/\/*.pearson.com\/*", "*:\/\/*.pearsoned.com\/*", "*:\/\/*.coursecompass.com\/*", "*:\/\/*.cengage.com\/*", "*:\/\/*.mindtap.com\/*", "*:\/\/*.achieve.com\/*", "*:\/\/*.connect.com\/*", "*:\/\/*.smartbook.com\/*", "*:\/\/*.revel.com\/*", "*:\/\/*.mylab.com\/*", "*:\/\/*.mastering.com\/*", "*:\/\/*.mheducation.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } } }