Skip to content

Commit a7d58e5

Browse files
committed
fix manifest
1 parent 8addd6f commit a7d58e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chrome/app/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Apex Debugger",
33
"short_name": "Apex Debgr",
4-
"version": "0.7.16",
4+
"version": "0.7.17",
55
"manifest_version": 2,
66
"author": "Moti Korets",
77
"icons": {
@@ -30,7 +30,7 @@
3030
],
3131
"matches": [
3232
"https://*.force.com/p/setup/layout/ApexDebugLogDetailEdit/*",
33-
"https://*.salesforce.com/p/setup/layout/ApexDebugLogDetailEdit/*"
33+
"https://*.salesforce.com/p/setup/layout/ApexDebugLogDetailEdit/*",
3434
"https://*.salesforce-setup.com/p/setup/layout/ApexDebugLogDetailEdit/*"
3535
],
3636
"js": [

0 commit comments

Comments
 (0)