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",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "assets\/icons\/16.png",
"128": "assets\/icons\/128.png"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"assets\/js\/popperjs.js",
"assets\/js\/tippy.js",
"assets\/js\/inject.js"
],
"css": [
"assets\/css\/app.css"
]
}
],
"action": [],
"permissions": [
"storage",
"activeTab"
]
}