no longer removing top level style scripts. Bumped manifest version number.

This commit is contained in:
Nils Norman Haukås 2016-01-24 15:57:16 +01:00
parent 8aea12e76a
commit 2eef3ae620
2 changed files with 1 additions and 3 deletions

View file

@ -16,8 +16,6 @@ $.get(chrome.extension.getURL('index-angular-app.html'), function (htmlData) {
//empty the page
$('body').children().remove();
//remove style sheets
$('link[rel=stylesheet]').remove();
//reinsert page this time inside an iframe
$('body').append(iframeMainContent);

View file

@ -1,7 +1,7 @@
{
"name": "Tag you're it",
"description": "A browser tool for tagging words with exact definitions.",
"version": "0.0.3",
"version": "0.0.4",
"manifest_version": 2,
"icons": {
"16": "icon16.png",