https://github.com/hakeemsalman/salesforce-org-time
https://github.com/hakeemsalman/salesforce-org-time
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakeemsalman/salesforce-org-time
- Owner: hakeemsalman
- License: bsd-3-clause
- Created: 2024-07-17T20:02:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:12:48.000Z (9 months ago)
- Last Synced: 2025-03-10T04:15:17.093Z (3 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pre-requistes
1. Rename `"js": ["./script.min.js"]` to `"js": ["./script/script.js"]` in `manifest.json`
2. Rename `"service_worker": "./background.min.js"` to `"service_worker": "./script/background.js"` in `manifest.json`
## Post workdone1. Create minified version of both scripts and rename to `*.min.js` in root folder.
2. Rename the modified scripts location folder in `manifest.json`.