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": "Vu\u010dkoBlok",
"description": "Ova extenzija nije sponzorisana od stranih agentura :)",
"version": "0.1",
"icons": {
"16": "\/images\/vb_blok_16.png",
"48": "\/images\/vb_blok_48.png",
"128": "\/images\/vb_blok_128.png"
},
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "\/images\/vb_blok_16.png",
"48": "\/images\/vb_blok_48.png",
"128": "\/images\/vb_blok_128.png"
},
"default_title": "Vu\u010dkoBlok",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"main.css"
],
"js": [
"content-script.js"
],
"run_at": "document_idle"
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
}
}
}
}