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": "FlashySurf - Study without ever Studying",
"version": "2.1.2",
"description": "Study without ever Studying | Flashysurf is an advanced study tool where anyone can learn passively via web browsing flashcards",
"author": "MaxDev",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_icon": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"default_popup": "popup.html",
"default_title": "FlashySurf Settings"
},
"permissions": [
"storage",
"gcm",
"notifications"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"questions.json",
"assets\/loading.gif",
"assets\/collection-download-instruction.png"
],
"matches": [
"<all_urls>"
]
}
]
}