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": "Repeet - translate and learn with flashcards", "manifest_version": 3, "version": "1.1.7", "description": "Translate and save words and phrases while browsing the web, then practice your language sets using flashcards on the phone.", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "repeet-logo.png" }, "icons": { "16": "icon-16.png", "34": "icon-34.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/content\/index.js" ], "css": [ "assets\/css\/contentStyle.chunk.css", "assets\/css\/popupIndex.chunk.css", "assets\/css\/Mainblock.chunk.css" ] } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "storage", "identity" ], "host_permissions": [ "<all_urls>" ], "oauth2": { "client_id": "603843683756-sfg8bdj76dahleoc2u3h09brs637368i.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } }