You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
373 B

{
"manifest_version": 2,
"name": "More than 140",
"description": "Allows you to view and send tweets over 140 characters",
"version": "1.0",
"icons": {
"256": "icon.png"
},
"content_scripts": [
{
"matches": [
"http://twitter.com/*",
"https://twitter.com/*"
],
"css": ["styles.css"],
"js": ["dist/script.js"]
}
]
}