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": "Pursuit.us: Find & Win Public Sector Opportunities Early",
"description": "Pursuit scores entities, tracks live buying signals, and surfaces key contacts\u2014so you focus where win odds are highest.",
"version": "1.2.0",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"action": [],
"permissions": [
"sidePanel",
"tabs",
"cookies",
"storage"
],
"host_permissions": [
"https:\/\/app.pursuit.us\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/pursuit-sidepanel-toggle.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/pursuit-sidepanel-toggle.css"
],
"matches": [
"<all_urls>"
]
}
]
}