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": "Notiq - \u0411\u044b\u0441\u0442\u0440\u044b\u0435 \u0437\u0430\u043c\u0435\u0442\u043a\u0438",
"version": "1.0",
"description": "\u0421\u0442\u0438\u043a\u0435\u0440\u044b \u0434\u043b\u044f \u0437\u0430\u043c\u0435\u0442\u043e\u043a \u043d\u0430 \u043a\u0430\u0436\u0434\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"sdk-bundle.js",
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}