JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
addthis_faker chromium extension
[userscripts.git] / addthis_faker / manifest.json
diff --git a/addthis_faker/manifest.json b/addthis_faker/manifest.json
new file mode 100644 (file)
index 0000000..2af6440
--- /dev/null
@@ -0,0 +1,13 @@
+{
+   "content_scripts": [ {
+      "exclude_globs": [  ],
+      "include_globs": [ "https://wwws.whitehouse.gov/*" ],
+      "js": [ "addthis_faker.js" ],
+      "matches": [ "http://*/*", "https://*/*" ],
+      "run_at": "document_start"
+   } ],
+   "converted_from_user_script": false,
+   "description": "Make a fake addthis so broken sites like whitehouse.gov will work",
+   "name": "addthis_faker",
+   "version": "2.2"
+}