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,
"version": "3.8.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icon\/K-16.png",
"48": "icon\/K-48.png",
"128": "icon\/K-128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "\/icon\/K-19.png"
}
},
"host_permissions": [
"https:\/\/*.appvector.io\/"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"content.css"
],
"run_at": "document_idle",
"js": [
"content.js"
]
}
]
}