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": "__MSG_appName__",
"version": "1.1.1",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"tabs"
],
"host_permissions": [
"https:\/\/mixmemo.ai\/*",
"https:\/\/*.r2.cloudflarestorage.com\/*",
"https:\/\/*.r2.dev\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/mixmemo.ai\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/mixmemo.ai\/*"
],
"js": [
"js\/content-script.js"
]
}
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_title": "__MSG_appShortName__",
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
}