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",
"name": "EasyNav",
"description": "Collect bookmarks easily with just one click.",
"version": "1.11.2",
"manifest_version": 3,
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"cookies"
],
"host_permissions": [
"*:\/\/*.easy-nav.cc\/"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_page": "options.html",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+E",
"windows": "Ctrl+E",
"mac": "Command+E",
"chromeos": "Ctrl+E",
"linux": "Ctrl+E"
},
"description": "Save Bookmark"
}
},
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
},
"action": {
"default_icon": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
}
},
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/index-357bf2ae.js",
"assets\/inject.ts-88105c0f.js",
"index.html"
],
"use_dynamic_url": true
}
]
}