Skip to content

Commit

Permalink
Manifest v2, reducible graph, and clickable
Browse files Browse the repository at this point in the history
whitelist.
  • Loading branch information
oldestlivingboy committed Dec 20, 2012
1 parent dba49a5 commit b3daf6d
Show file tree
Hide file tree
Showing 7 changed files with 521 additions and 498 deletions.
13 changes: 11 additions & 2 deletions chrollusion.safariextension/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"manifest_version": 2,
"name": "Collusion for Chrome",
"version": "1.10.3",
"version": "2.0.0",
"description":
"Visualize and, optionally, block the invisible websites that track you.",
"icons": {"48": "images/48.png", "128": "images/128.png"},
Expand All @@ -16,7 +17,15 @@
"http://*/*",
"https://*/*"
],
"background_page": "markup/background.html",
"background": {
"scripts": [
"scripts/vendor/port.js",
"scripts/vendor/jquery.min.js",
"scripts/analytics.js",
"scripts/recommends.js",
"scripts/background.js"
]
},
"browser_action": {
"default_title": "Display the Collusion graph",
"default_popup": "markup/index.html"
Expand Down
257 changes: 0 additions & 257 deletions chrollusion.safariextension/chrome/markup/background.html

This file was deleted.

Loading

0 comments on commit b3daf6d

Please sign in to comment.