Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": "icon-44.png",
"default_popup": "src\/pages\/popup\/index.html"
},
"background": {
"service_worker": "src\/pages\/background\/index.js"
},
"description": "scraping X\/Twitter to csv",
"icons": {
"128": "icon-138.png"
},
"manifest_version": 3,
"name": "X Scraper",
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-138.png",
"icon-44.png"
]
}
]
}