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": "Select Some - ctrl+a but useful",
"short_name": "Select Some",
"description": "ctrl+a like you've never experienced before",
"developer": {
"name": "Michiel Dral",
"url": "https:\/\/dral.eu\/"
},
"version": "3",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"offscreen"
],
"applications": {
"gecko": {
"id": "{3ff7c9aa-7b4d-4b91-b76d-7db9e13f19f9}"
}
},
"background": {
"service_worker": "Background\/BackgroundModule.js",
"type": "module"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"<all_urls>"
],
"js": [
"Content.js"
],
"all_frames": true
}
],
"action": {
"default_icon": {
"32": "Icons\/Icon_32.png"
}
},
"icons": {
"16": "Icons\/Icon_16.png",
"32": "Icons\/Icon_32.png",
"64": "Icons\/Icon_64.png",
"128": "Icons\/Icon_128.png"
}
}