adjust the file path
This commit is contained in:
8
dist/chrome/asset-manifest.json
vendored
8
dist/chrome/asset-manifest.json
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"popup.js": "/static/js/popup.js",
|
||||
"options.js": "/static/js/options.js",
|
||||
"background.js": "/static/js/background.js",
|
||||
"content.js": "/static/js/content.js",
|
||||
"popup.js": "/popup.js",
|
||||
"options.js": "/options.js",
|
||||
"background.js": "/background.js",
|
||||
"content.js": "/content.js",
|
||||
"content.html": "/content.html",
|
||||
"options.html": "/options.html",
|
||||
"popup.html": "/popup.html"
|
||||
|
||||
Reference in New Issue
Block a user