Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaurdan committed Nov 25, 2015
1 parent af46928 commit 8285432
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
Binary file added Google Chrome/img/interface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions Google Chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ahoy!",
"description": "Acede a todos os sites bloqueados em Portugal. Uma experiencia de internet livre e sem qualquer tipo de bloqueios.",
"version": "2.1.4",
"version": "3.0.0",
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
Expand All @@ -16,7 +16,8 @@

"browser_action": {
"default_icon": {
"48": "icons/48x48.png"
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
"default_title": "Ahoy",
"default_popup": "views/popup.html"
Expand Down
3 changes: 3 additions & 0 deletions Google Chrome/views/release-notes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$(document).ready( function() {
$('#ahoy-version').text("v" + chrome.app.getDetails().version);
});
9 changes: 4 additions & 5 deletions Google Chrome/views/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
</head>
<body class="release-notes">
<script src="jquery-1.11.3.min.js"></script>
<script>
$(document).ready( function() {
$('#ahoy-version').text("v" + chrome.app.getDetails().version);
});
</script>
<script src="release-notes.js"></script>
<header>
<h1>Ahoy!</h1>
</header>
Expand All @@ -28,6 +24,9 @@ <h3>Mas afinal, o que mudou?</h3>
Vá, convido-o a procurar pelo símbolo do Cravo na sua lista de extensões, ao lado da barra de navegação.
<img src="../icons/16x16.png" />
</p>
<p>
<center><img src="../img/interface.png" /></center>
</p>

<h3>Porquê um cravo?</h3>
<p>O cravo é a imagem do projecto em que o <strong>Ahoy!</strong> está inserido. É a <strong>#RevoluçãoDosBytes</strong>. Iremos lançar o site em breve, mas já nos pode seguir no <a href="https://www.facebook.com/revolucaodosbytes/?fref=extensao">Facebook</a>. Por este canal serão dadas todas as notícias sobre esta extensão e sobre o estado da internet e das liberdades online em Portugal.
Expand Down
1 change: 1 addition & 0 deletions Google Chrome/views/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@ article.notas {
max-width: 1024px;
margin: 0 auto;
line-height: 1.7em;
padding: 20px;
}

0 comments on commit 8285432

Please sign in to comment.