BullSh!t

BullSh!t

Clearly mark all the bullsh!t words on a page unsing SansBullshitSans font -- http://www.sansbullshitsans.com/

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BullSh!t",
  "version": "0.1.0",
  "description": "Clearly mark all the bullsh!t words on a page unsing SansBullshitSans font -- http://www.sansbullshitsans.com/",
  "author": "Shaun Dunne",
  "browser_action": {
    "default_title": "Toggle BS"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "bs.js"
    ],
    "persisted": false
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "SansBullshitSans.ttf"
  ]
}