Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_app_name__",
"version": "2.0.7",
"description": "__MSG_app_description__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "__MSG_app_name__"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-loader.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"alarms",
"downloads",
"identity",
"activeTab",
"notifications",
"sidePanel"
],
"side_panel": {
"default_path": "ai-smart-scanner.html"
},
"host_permissions": [
"https:\/\/currency.wiki\/*",
"https:\/\/*.currency.wiki\/*",
"https:\/\/*\/*"
],
"optional_permissions": [],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"assets\/*",
"content.js",
"chart.html"
],
"matches": [
"<all_urls>"
]
}
],
"options_page": "options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "__MSG_keyboard_shortcut_desc__"
}
}
}