Reno Omokri Tweets

Reno Omokri Tweets

This extension will collate Reno Omokri tweets and arrange them in verses with beautiful slideshow

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reno Omokri Tweets",
  "description": "This extension will collate Reno Omokri tweets and arrange them in verses with beautiful slideshow",
  "version": "0.0.0.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "tabs"
  ]
}