Skip to content

Commit

Permalink
WIP: match WebExtensions layout conventions
Browse files Browse the repository at this point in the history
- first step towards #20
  • Loading branch information
lidel committed Sep 5, 2016
1 parent d656832 commit f08d814
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 368 deletions.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
366 changes: 0 additions & 366 deletions lib/npm/is-ipfs.js

This file was deleted.

File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"manifest_version": 2,
"name": "IPFS Gateway Redirect 2",
"version" : "2.0.0",

"description": "Access IPFS resources via custom HTTP2IPFS gateway",
"homepage_url": "https://github.com/lidel/ipfs-firefox-addon",
"icons": {
"48": "icons/ipfs-logo-on.svg"
},
"default_locale": "en",

"permissions": [
"notifications",
"storage",
"webRequest",
"webRequestBlocking"
],

"browser_action": {
"default_icon": "icons/ipfs-logo-off.svg",
"default_title": "IPFS Gateway Redirect",
"default_popup": "popup/button-menu.html"
},

"web_accessible_resources": [
"data/linkify-demo.html"
]

}
Loading

0 comments on commit f08d814

Please sign in to comment.