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": "qChromeExt",
"version": "0.0.2",
"action": [],
"description": "Extension to assist qServer & qClient. It allows to visually see result of page parsing and publishing.",
"content_scripts": [
{
"js": [
"content.js"
],
"css": [
"content.css"
],
"matches": [
"https:\/\/www.ontario.ca\/page\/*-ontario-immigrant-nominee-program-updates"
]
}
]
}