Inspect and view changes in Kayabaşı Haber Rss Okuyucu 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": 2,
"name": "Kayabaşı Haber Rss Okuyucu",
"description": "Kayabaşı haber sitesindeki son başlıkları sunar.",
"version": "1.0.0",
"browser_action": {
"default_popup": "popup.html",
"default_title": "Open the extension"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "img/logo-16.png",
"48": "img/logo-48.png",
"128": "img/logo.png"
},
"permissions": [
"storage",
"alarms",
"http://kayabasimahallesi.com/"
]
}