Inspect and view changes in TGRT FM source codes across current and past versions
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",
"manifest_version": 3,
"name": "TGRT FM",
"version": "1.1",
"description": "TGRT FM Canlı Yayın Player - Dinleyicilerinde Tiryakilik Yapan Radyo",
"author": "Dijital Varlıklar",
"homepage_url": "https://tgrtfm.com.tr",
"short_name": "TGRT FM",
"minimum_chrome_version": "109",
"permissions": [
"storage",
"offscreen"
],
"host_permissions": [
"https://ihlasdigitalassets.com/*",
"https://tgrtfm.com.tr/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "TGRT FM Canlı Yayın"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.gstatic.com https://cdnjs.cloudflare.com;"
}
}