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": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "icons": { "260": "icon-default.png" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_icon": { "260": "icon-default.png" }, "default_title": "College Essay Helper AI", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "*img\/icons\/*", "*scripts\/vendors\/*", "*scripts\/common\/*" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [], "js": [ "scripts\/vendors\/webcomponents-bundle.js", "scripts\/common\/RateBlock.js", "scripts\/common\/ResponseQueue.js", "scripts\/common\/SignInButton.js", "scripts\/common\/WelcomeBlock.js", "scripts\/common\/SearchDropdown.js", "scripts\/functions\/createElement.js", "scripts\/functions\/getUrl.js", "scripts\/functions\/getUuid.js", "scripts\/services\/BadgeService.js", "scripts\/services\/EventService.js", "scripts\/services\/StateService.js", "scripts\/services\/AnalyticsService.js", "scripts\/services\/UserService.js", "scripts\/controllers\/PositionController.js", "scripts\/components\/DialogComponent.js", "scripts\/onPage.js" ], "persistent": false } ] }