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_manifest_name__",
"short_name": "HImage",
"version": "1.2",
"description": "__MSG_manifest_description__",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"background": {
"service_worker": "worker.js"
},
"action": {
"default_icon": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"default_title": "__MSG_manifest_browser_action__"
},
"content_scripts": [
{
"matches": [
"*:\/\/addonx.net\/himage",
"*:\/\/addonx.net\/*\/himage"
],
"js": [
"js\/masonry.min.js",
"js\/loader.js"
],
"run_at": "document_end"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules_1.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"options.json",
"bootstrap\/js\/bootstrap.bundle.min.js",
"js\/jsZIP.js",
"tab.html"
],
"matches": [
"*:\/\/addonx.net\/*"
]
}
],
"permissions": [
"tabs",
"storage",
"scripting",
"activeTab",
"declarativeNetRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"homepage_url": "https:\/\/addonx.net\/himage",
"default_locale": "en"
}