Skip to content

Commit

Permalink
Update origins.js
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjeh committed Mar 5, 2024
1 parent 47135c8 commit 3057fb4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,11 @@ export default {
url: '*://*.freshdesk.com/*',
name: 'Freshdesk'
},
'freshservice.com': {
url: '*://*.freshservice.com/*',
name: 'Freshservice',
file: 'freshservice.js'
},
'ongemini.com': {
url: '*://*.ongemini.com/*',
name: 'Gemini'
Expand Down Expand Up @@ -260,11 +265,6 @@ export default {
url: '*://habitica.com/*',
name: 'Habitica'
},
'hubspot.com': {
url: '*://app.hubspot.com/*',
name: 'Hubspot',
file: 'hubspot.js'
},
'app.heflo.com': {
url: '*://app.heflo.com/*',
name: 'HEFLO'
Expand All @@ -277,6 +277,11 @@ export default {
url: '*://secure.helpscout.net/*',
name: 'Helpscout'
},
'hubspot.com': {
url: '*://*.atlassian.com/*',
name: 'Hubspot',
file: 'hubspot.js'
},
'app.huskymarketingplanner.com': {
url: '*://app.huskymarketingplanner.com/*',
name: 'Husky Marketing Planner',
Expand Down Expand Up @@ -695,10 +700,5 @@ export default {
'zube.io': {
url: '*://zube.io/*',
name: 'Zube'
},
'freshservice.com': {
url: '*://*.freshservice.com/*',
name: 'Freshservice',
file: 'freshservice.js'
}
};

0 comments on commit 3057fb4

Please sign in to comment.