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",
"name": "mmntm repost",
"version": "1.1.2",
"description": "",
"icons": {
"16": "assets\/icon_16.png",
"32": "assets\/icon_32.png",
"48": "assets\/icon_48.png",
"128": "assets\/icon_128.png"
},
"manifest_version": 3,
"action": {
"default_title": "repost to mmntm"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"assets\/content.css"
],
"js": [
"scripts\/content.js"
]
}
],
"permissions": [
"scripting",
"tabs"
],
"host_permissions": [
"https:\/\/app.mmntm.build\/write"
]
}