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_ext_name__",
"version": "1.3",
"default_locale": "en",
"description": "__MSG_ext_description__",
"permissions": [
"storage",
"activeTab",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/background\/index.js",
"type": "module"
},
"action": {
"default_title": "Open ArtHunter Gallery"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/content\/index.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "assets\/icons\/icon_16.png",
"48": "assets\/icons\/icon_48.png",
"128": "assets\/icons\/icon_128.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/ui\/gallery\/index.html",
"src\/ui\/gallery\/main.js",
"src\/ui\/sidepanel\/index.html",
"src\/ui\/sidepanel\/main.js",
"src\/ui\/setrules\/main.js",
"src\/ui\/setrules\/index.html",
"src\/content\/presets\/en\/*.json",
"src\/content\/presets\/zh_CN\/*.json",
"assets\/success.mp3",
"assets\/success_2.mp3",
"_locales\/*\/messages.json",
"src\/ui\/design-tokens.css",
"src\/shared\/db\/idb.js",
"src\/shared\/fs\/fsa.js",
"src\/shared\/library\/presets.js",
"src\/shared\/library\/writer.js",
"src\/shared\/i18n\/core.js",
"src\/content\/features\/i18n.js",
"src\/content\/features\/text-hover.js",
"src\/content\/services\/image-sources.js",
"src\/content\/video-sources.js",
"src\/content\/capture\/index.js"
],
"matches": [
"<all_urls>"
]
}
]
}