Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Teal - Job Search Companion",
"description": "The better way to job search. Save Jobs, Contacts, Companies & Resumes in one place.",
"version": "4.0.8",
"icons": {
"16": "icon\/16.png",
"24": "icon\/24.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"homepage_url": "https:\/\/www.tealhq.com",
"action": {
"default_title": "Toggle Teal Sidebar"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"sidePanel"
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}