Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Upgraded extension to manifest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JudeOsborn committed Jun 26, 2014
1 parent ea65f51 commit 98fb515
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
3 changes: 0 additions & 3 deletions background.html

This file was deleted.

15 changes: 0 additions & 15 deletions chrome-duplicate-tab-detector.js

This file was deleted.

9 changes: 7 additions & 2 deletions manifest.json
@@ -1,8 +1,13 @@
{
"name": "chrome-duplicate-tab-detector",
"version": "0.1.2",
"version": "0.1.3",
"manifest_version": 2,
"description": "Alters the behaviour of opening a new tab to help reduce duplicate tabs (tabs displaying the same URL)",
"background_page": "background.html",
"background": {
"scripts": [
"background.js"
]
},
"icons": { "48": "icon48.png",
"128": "icon128.png" },
"permissions": [
Expand Down

0 comments on commit 98fb515

Please sign in to comment.