Skip to content

Commit

Permalink
Update origins.js
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Mar 7, 2024
1 parent 23fe927 commit 953a5f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/origins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export { CustomScripts } from './custom-scripts'

export default {
'airtable.com': {
url: '*://airtable.com/*',
Expand Down Expand Up @@ -503,6 +501,11 @@ export default {
name: 'Salesforce Lightning',
file: 'force.js'
},
'script_a_shortcode': {
url: 'app.sample.com',
name: 'SampleScript',
file: 'customSampleScript.js'
},
'scrapbox.io': {
url: '*://scrapbox.io/*',
name: 'Scrapbox'
Expand Down Expand Up @@ -709,4 +712,3 @@ export default {
name: 'Zube'
}
};

0 comments on commit 953a5f6

Please sign in to comment.