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": "D\u00f6ner \u00c7evirici",
"description": "Steam'de oyun fiyatlar\u0131n\u0131 d\u00f6ner cinsinden g\u00f6sterir \ud83e\udd59",
"version": "1.2",
"icons": {
"16": "icons\/doner-16.png",
"32": "icons\/doner-32.png",
"48": "icons\/doner-48.png",
"128": "icons\/doner-128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/doner-16.png",
"32": "icons\/doner-32.png",
"48": "icons\/doner-48.png"
},
"default_title": "D\u00f6ner Fiyat\u0131 Ayarla"
},
"permissions": [
"storage",
"activeTab",
"alarms"
],
"host_permissions": [
"https:\/\/store.steampowered.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/store.steampowered.com\/*"
],
"js": [
"content\/steam.js"
],
"css": [
"content\/content.css"
],
"run_at": "document_idle"
}
]
}