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,
"version": "1.3.5",
"name": "Indeling Automator voor NBB",
"short_name": "Automator NBB",
"description": "Maakt het mogelijk inschrijvingen in de club-agenda automatisch in te lezen naar een zitting in het ranking programma.",
"author": "Carlos Jeurissen",
"homepage_url": "https:\/\/apps.jeurissen.co\/indeling-automator-for-nbb",
"developer": {
"name": "Carlos Jeurissen",
"url": "https:\/\/apps.jeurissen.co\/"
},
"action": {
"default_area": "navbar",
"default_icon": {
"16": "\/images\/icon-16.png",
"32": "\/images\/icon-32.png",
"48": "\/images\/icon-48.png",
"72": "\/images\/icon-72.png"
},
"default_popup": "\/views\/popup.html"
},
"commands": {
"_execute_action": []
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"externally_connectable": {
"ids": [],
"accepts_tls_channel_id": false
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/nbbcr3.web.app\/*",
"https:\/\/agenda.bridge.nl\/wp-json\/*"
],
"icons": {
"16": "\/images\/icon-16.png",
"32": "\/images\/icon-32.png",
"48": "\/images\/icon-48.png",
"96": "\/images\/icon-96.png",
"128": "\/images\/icon-128.png",
"256": "\/images\/icon-256.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/nbbcr3.web.app\/*"
],
"js": [
"\/libraries\/jquery.3.6.0.min.js",
"\/libraries\/jquery-ui.1.13.1.custom.min.js",
"\/libraries\/jquery.simulate.1.1.1.min.js",
"\/scripts\/page-script.js"
]
}
]
}