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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.0.0",
"default_locale": "en",
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png"
},
"default_title": "__MSG_extTitle__"
},
"side_panel": {
"default_path": "sidepanel\/index.html"
},
"background": {
"service_worker": "background\/service-worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.kikayon.io\/*"
],
"js": [
"content\/frontend-sync.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"activeTab",
"tabs",
"sidePanel",
"alarms"
],
"host_permissions": [
"https:\/\/api.kikayon.io\/*",
"https:\/\/app.kikayon.io\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/app.kikayon.io\/*"
]
},
"web_accessible_resources": []
}