Skip to content

Commit

Permalink
Merge pull request #41 from oslabs-beta/john/manifest
Browse files Browse the repository at this point in the history
John/manifest
  • Loading branch information
austin-cavanagh authored Dec 15, 2023
2 parents 3e271dc + f9d1425 commit f13b388
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
4 changes: 1 addition & 3 deletions extension/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
}
],
"permissions": [
"tabs",
"activeTab",
"storage",
"scripting"
"storage"
],
"host_permissions": ["http://localhost/*"],
"web_accessible_resources": [
Expand Down
13 changes: 11 additions & 2 deletions package/examples/example-2/server/models/postsThree.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"posts": [
{
"text": "First Post – Feed 3",
"liked": false,
"text": "hi",
"liked": true,
"comments": [],
"createComment": false,
"timestamp": "3:15 PM"
},
{
"text": "First Post – Feed 3",
"liked": true,
"comments": [
"hello"
],
"createComment": true,
"timestamp": "3:42 PM"
}
]
Expand Down
6 changes: 3 additions & 3 deletions package/package-lock.json

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

0 comments on commit f13b388

Please sign in to comment.