Software for Empathy

Software for Empathy

Manipulates the current web page to simulate conditions you may not normally experience, but many people do.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Software for Empathy",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Manipulates the current web page to simulate conditions you may not normally experience, but many people do.",
  "homepage_url": "https://github.com/jimwebb/software-for-empathy",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Empathy",
    "default_popup": "browser_action.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "activeTab"
  ],
  "web_accessible_resources": [
    "actions/*"
  ]
}