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,
"default_locale": "en",
"name": "Find Manual",
"version": "2024.06.28",
"description": "Find Manual",
"oauth2": {
"client_id": "571085149187-ua9l3bl90vb8lo68lkl9ntm9tit4hlnd.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"permissions": [],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "34.png"
},
"icons": {
"34": "34.png",
"128": "128.png"
},
"content_scripts": [],
"web_accessible_resources": [
{
"resources": [
"chart-logo-64.png",
"batch-tasks-logo-64.png",
"batch-delete-history-logo-64.png",
"windchat.png",
"google.svg",
"assets\/css\/*.css",
"128.png",
"34.png",
"assets\/js\/*.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"commands": {
"toggle": {
"suggested_key": {
"default": "Alt+E",
"mac": "Alt+E",
"chromeos": "Alt+E",
"linux": "Alt+E"
},
"description": "Show\/hide Answer"
},
"toggleToc": {
"suggested_key": {
"default": "Alt+R",
"mac": "Alt+R",
"chromeos": "Alt+R",
"linux": "Alt+R"
},
"description": "Show\/hide Answer TOC"
},
"prev": {
"description": "Jump to previous heading"
},
"next": {
"description": "Jump to next heading"
}
}
}