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": "Obtainium Extension",
"description": "Obtainium Extension.",
"homepage_url": "https:\/\/github.com\/cssnr\/obtainium-extension",
"author": "Shane",
"version": "0.0.3",
"manifest_version": 3,
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"background": {
"type": "module",
"service_worker": "js\/service-worker.js"
},
"options_ui": {
"page": "html\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"\/images\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"commands": {
"openOptions": {
"description": "Open Options"
},
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+A"
},
"description": "Activate Extension"
}
},
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"96": "images\/logo96.png",
"128": "images\/logo128.png"
},
"action": {
"default_popup": "html\/popup.html",
"default_title": "Obtainium Extension",
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"96": "images\/logo96.png",
"128": "images\/logo128.png"
}
},
"minimum_chrome_version": "127"
}