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",
"manifest_version": 3,
"name": "gigahaber - Teknoloji Haberleri ve Geli\u015fmeleri",
"version": "2.0",
"description": "Teknoloji haberlerini ve geli\u015fmelerini bizimle takip edin.",
"permissions": [
"alarms",
"notifications",
"storage"
],
"host_permissions": [
"https:\/\/gigahaber.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "gigahaber Uzant\u0131s\u0131n\u0131 A\u00e7"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}