JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
numbered_links: ignore keypresses with control key down
[userscripts.git] / addthis_faker / manifest.json
1 {
2    "content_scripts": [ {
3       "exclude_globs": [  ],
4       "include_globs": [ "https://wwws.whitehouse.gov/*" ],
5       "js": [ "addthis_faker.js" ],
6       "matches": [ "http://*/*", "https://*/*" ],
7       "run_at": "document_start"
8    } ],
9    "converted_from_user_script": false,
10    "description": "Make a fake addthis so broken sites like whitehouse.gov will work",
11    "name": "addthis_faker",
12    "version": "2.2"
13 }