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": "SwitchLang",
"version": "1.0",
"description": "Sitenin dilini tek t\u0131kla de\u011fi\u015ftir.",
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Dili Se\u00e7",
"default_icon": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
}
},
"background": {
"service_worker": "background.js"
}
}