Skip to content

Commit

Permalink
Add source files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdevero committed May 12, 2018
1 parent ef20d4e commit 128b1bd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict'

module.exports = Franz => class Instagram extends Franz {
overrideUserAgent() {
return 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B137 Safari/601.1'
}
}
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "instagram",
"name": "Instagram",
"version": "1.0.0",
"description": "Instagram",
"main": "index.js",
"author": "Alex Devero <deveroalex@gmail.com>",
"license": "MIT",
"repository": "https://github.com/alexdevero/franz-instagram-recipe",
"config": {
"hasNotificationSound": false,
"hasIndirectMessages": true,
"serviceURL": "https://www.instagram.com/"
}
}
2 changes: 2 additions & 0 deletions webview.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 128b1bd

Please sign in to comment.