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": "EveryComment",
"description": "Speak your mind with EveryComment \ud83d\udde3\ufe0f",
"author": "EveryComment",
"homepage_url": "https:\/\/everycomment.top",
"short_name": "EveryComment",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_icon": "favicon-32x32.png",
"default_title": "EveryComment"
},
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"48": "favicon-48x48.png",
"128": "favicon-128x128.png"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"background"
],
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"run_at": "document_end"
}
]
}