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": "AIM Customer Lookup",
"version": "1.0",
"description": "Lookup and auto-fill customer data from AIM on DOJ DES",
"permissions": [],
"host_permissions": [
"https:\/\/des.doj.ca.gov\/*",
"https:\/\/queue.2azone.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/des.doj.ca.gov\/*"
],
"js": [
"aim-lookup.js"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
}