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": "1min.AI Extension", "version": "2.0.1", "oauth2": { "client_id": "83635424149-63pj7psu59u6boc8r4i6hicthm5kg6rk.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "description": "1min.AI Extension", "homepage_url": "https:\/\/1min.ai\/", "short_name": "1min.AI Extension", "permissions": [ "contextMenus", "activeTab", "tabs", "storage", "identity" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "author": "abhijithvijayan", "minimum_chrome_version": "88", "background": { "service_worker": "js\/background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "default_title": "tiny title" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ] }