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": "Smart Bookmark Manager - Linqlist",
"version": "1.1.9",
"description": "Smart bookmark manager to end clutter. Visually organize, sync, find fast & share collections easily across all devices.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"contextMenus",
"windows",
"alarms"
],
"host_permissions": [
"https:\/\/bookmark.kodetra.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"chrome_url_overrides": {
"newtab": "index.html#\/"
},
"action": {
"default_popup": "index.html?popup=true#\/popup",
"default_title": "LinqList - Quick Save Bookmark",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"index.html",
"*.js",
"styles*.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}