Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Flash Cardon",
"description": "Language learning aid",
"version": "1.0.3",
"icons": {
"16": "icon_16.png",
"19": "icon_19.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"action": {
"default_icon": "icon_19.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"storage",
"contextMenus",
"unlimitedStorage",
"scripting"
]
}