Skip to content

Commit

Permalink
* fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation committed Nov 29, 2009
1 parent 91b3f6e commit 6346870
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
47 changes: 24 additions & 23 deletions src/manifest.json
@@ -1,23 +1,24 @@
{
"background_page": "background.html",
"content_scripts": [ {
"js": [ "lib/Base.js", "lib/DOM.js", "lib/Async.js", "lib/proto.js", "lib/utils.js", "lib/repository.js", "lib/content.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_start"
} ],
"browser_action": {
"default_icon" : "skin/link.png",
"default_title": "taberareloo",
"popup" : "popup.html"
},
"options_page": "options.html",
"icons": {
"48": "skin/taberareloo.png"
},
"description": "Yet Another Tombloo on Chromium",
"id": "df7bd16438644971bbfbfc7d59fb6715",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDwvAzkwD3HgjUFznlTiuN2657GiaWa3nvzuDIoTUR9392Cg/4K0RhSGxPCdziG9zHGeIry5PTGExQJipLNyeqTFpVb7kcITaaNHMM5ZuKXocx0uudA5D1+n5YxeTAoX6JG7bjCyLthxnRfxzXh50JSFkYNdZUpWXoTNVLeDZyIsQIDAQAB",
"name": "Taberareloo",
"permissions": [ "http://*/*", "https://*/*", "tabs" ],
"version": "0.0.1"
}
{
"background_page": "background.html",
"content_scripts": [ {
"js": [ "lib/Base.js", "lib/DOM.js", "lib/Async.js", "lib/proto.js", "lib/utils.js", "lib/repository.js", "lib/content.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_start"
} ],
"browser_action": {
"default_icon" : "skin/link.png",
"default_title": "taberareloo",
"popup" : "popup.html"
},
"options_page": "options.html",
"icons": {
"48": "skin/taberareloo.png"
},
"description": "Yet Another Tombloo on Chromium",
"id": "df7bd16438644971bbfbfc7d59fb6715",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDwvAzkwD3HgjUFznlTiuN2657GiaWa3nvzuDIoTUR9392Cg/4K0RhSGxPCdziG9zHGeIry5PTGExQJipLNyeqTFpVb7kcITaaNHMM5ZuKXocx0uudA5D1+n5YxeTAoX6JG7bjCyLthxnRfxzXh50JSFkYNdZUpWXoTNVLeDZyIsQIDAQAB",
"name": "Taberareloo",
"permissions": [ "http://*/*", "https://*/*", "tabs" ],
"version": "0.0.1",
"update_url": "http://cloud.github.com/downloads/Constellation/taberareloo/taberareloo.crx"
}
2 changes: 1 addition & 1 deletion updates.xml
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='bkcahbjpihgglgjabpkpjnfoladilakh'>
<updatecheck codebase='' version='1.0.0' />
<updatecheck codebase='http://cloud.github.com/downloads/Constellation/taberareloo/taberareloo.crx' version='0.0.1' />
</app>
</gupdate>

0 comments on commit 6346870

Please sign in to comment.