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",
"short_name": "1C:HR",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.4.15",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/images\/1C-HR16.png",
"32": "\/images\/1C-HR32.png",
"48": "\/images\/1C-HR48.png",
"128": "\/images\/1C-HR128.png"
}
},
"icons": {
"16": "\/images\/1C-HR16.png",
"32": "\/images\/1C-HR32.png",
"48": "\/images\/1C-HR48.png",
"128": "\/images\/1C-HR128.png"
}
}