Ez a bővítmény lehetővé teszi a Klubrádió hallgatását egy kattintással a keresősáv mellől.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Klubrádió",
"short_name": "klubradio",
"version": "1.4",
"manifest_version": 2,
"description": "Ez a bővítmény lehetővé teszi a Klubrádió hallgatását egy kattintással a keresősáv mellől.",
"icons": {
"48": "resources/icon.png",
"64": "resources/icon.png",
"128": "resources/icon.png"
},
"browser_action": {
"default_icon": "resources/icon.png",
"default_title": "Klubrádió",
"default_popup": "index.html"
},
"background": {
"scripts": [],
"page": "background.html"
}
}