chromedotfiles
                                
                                 chromedotfiles copied to clipboard
                                
                                    chromedotfiles copied to clipboard
                            
                            
                            
                        Support manifest v3
What will be change in this PR
- Update manifest file
- Change manifest version from v2 to v3
- Remove the url pattern permissions from the permission attribute and add <all_urls>permission to access any urls
- Add scriptingpermission to callchrome.scriptingAPI
- Register the background script as service worker
 
- Update background script
- Use chrome.scriptingAPI due to deprecation of previous API
 
- Use 
- Update example css selector to works fine
What does not changed by this PR
- Chrome extension version
- Please change the version if you want
 
Referenced documents
@matthewhadley please review this 😉