Compare commits
No commits in common. "2612781897b364ec5f3c1cf9f6602043911f415d" and "560f5706ccb33b9af3ecbad08ca6f9aaee0a9bd8" have entirely different histories.
2612781897
...
560f5706cc
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Mealie",
|
"name": "Mealie",
|
||||||
"version": "1.0.1",
|
"version": "1.0",
|
||||||
|
|
||||||
"description": "Connects with a local Mealie instance.",
|
"description": "Connects with a local Mealie instance.",
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"*://*/*",
|
"*://mealie.seans.pro/*",
|
||||||
"contextMenus",
|
"contextMenus",
|
||||||
"storage",
|
"storage",
|
||||||
"activeTab"
|
"activeTab"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 131 KiB |
Loading…
Reference in a new issue