Twitter Savior

Twitter Savior

An app for navigating twitter for those with PTSD and other trauma and anxiety-related issues. Twitter Savior was created in an…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitter Savior",
  "permissions": [
    "storage"
  ],
  "version": "0.6.2",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "http://twitter.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "options.html"
  }
}