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": "4chan image features",
"version": "1.0.3",
"description": "Your extension description",
"permissions": [
"activeTab",
"downloads",
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icons\/4chanicon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/boards.4chan.org\/*",
"https:\/\/boards.4channel.org\/*"
],
"js": [
"Content.js"
]
}
]
}