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": 2,
"name": "Twitter Logger",
"version": "0.111",
"description": "Automatically log tweets and save them as a table",
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage",
"unlimitedStorage"
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
}