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": "Flashcard Maker App: Spaced Repetition Learning",
"description": "Select words on any webpage, translate instantly, and add to flashcards. Learn vocabulary while browsing with spaced repetition.",
"version": "1.0.5",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [],
"resources": [
"icons\/icon16.png",
"icons\/icon32.png",
"icons\/icon48.png",
"icons\/icon128.png",
"icons\/icon.svg"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/chunk-DEVR-Vg0.js",
"assets\/chunk-By9YR8fG.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"https:\/\/docs.google.com\/*",
"https:\/\/translate.google.com\/*",
"https:\/\/translate.googleapis.com\/*"
],
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-D_VHVK-3.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"side_panel": {
"default_path": "sidepanel.html"
}
}