Productive Twitter

Productive Twitter

Minimal and friendly theme for productive social sharing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Productive Twitter",
  "version": "1.1.0",
  "description": "Minimal and friendly theme for productive social sharing",
  "short_name": "Productive Twitter",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "css": [
        "override.css"
      ],
      "js": [
        "override.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  }
}