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": "HarfD\u00fczen",
"version": "1.1",
"description": "Se\u00e7ili metin \u00fczerinde oynayarak harfleri istenilen \u015fekilde d\u00fczenler.",
"permissions": [
"contextMenus",
"scripting",
"activeTab",
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
}