Skip to content

Commit

Permalink
Added manifest files to repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Oct 22, 2014
1 parent e4870b7 commit 2afd5d9
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/certificates
/*.log
/src/*
!/src/_dev
/src/common/*.js
/node_modules
/output
/output
3 changes: 3 additions & 0 deletions src/chrome/extension_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"id": "bppnolhdpdfmmpeefopdbpmabdpoefjh"
}
13 changes: 13 additions & 0 deletions src/common/extension_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "github-editorconfig",
"version": "1.0.0",
"description": "Browser extension for showing code with repo's editorconfig.",
"background_scripts": [
"background.js"
],
"content_scripts": [
"content.js"
],
"creator": "Ingvar Stepanyan <[email protected]> (http://rreverser.com)",
"homepage_url": "https://github.com/RReverser/github-editorconfig"
}
3 changes: 3 additions & 0 deletions src/firefox/extension_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"id": "{E9686429-E445-4B89-9516-322DAE1E0389}"
}
3 changes: 3 additions & 0 deletions src/opera/extension_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"id": "http://kangoextensions.com/extensions/githubeditorconfig/"
}
4 changes: 4 additions & 0 deletions src/safari/extension_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"developer_id": "YOUR_SAFARI_DEVELOPER_ID",
"id": "com.kangoextensions.githubeditorconfig"
}

0 comments on commit 2afd5d9

Please sign in to comment.