Bursaspor Kulübü Resmi Chrome Uygulaması
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": "Bursaspor",
"description": "Bursaspor Kulübü Resmi Chrome Uygulaması",
"manifest_version": 2,
"version": "2",
"icons": {
"16": "images/16.png",
"24": "images/24.png",
"32": "images/32.png",
"48": "images/48.png",
"112": "images/112.png",
"128": "images/128.png"
},
"background": {
"scripts": [
"jquery.js",
"main.js"
]
},
"permissions": [
"http://*.bursaspor.org.tr/",
"https://*.bursaspor.org.tr/",
"storage",
"notifications"
]
}