diff --git a/src/manifests/chrome.manifest.json b/src/manifests/chrome.manifest.json index b70b1d7..840d276 100644 --- a/src/manifests/chrome.manifest.json +++ b/src/manifests/chrome.manifest.json @@ -18,6 +18,6 @@ "js": [ "javascript/app.min.js" ], - "run_at": "document_start" + "run_at": "document_end" }] } \ No newline at end of file diff --git a/src/manifests/firefox.manifest.json b/src/manifests/firefox.manifest.json index 60f33a6..dd64cb5 100644 --- a/src/manifests/firefox.manifest.json +++ b/src/manifests/firefox.manifest.json @@ -18,6 +18,6 @@ "js": [ "javascript/app.min.js" ], - "run_at": "document_start" + "run_at": "document_end" }] } \ No newline at end of file diff --git a/src/manifests/manifest.template.json b/src/manifests/manifest.template.json index 6dfe65c..92bbe7c 100644 --- a/src/manifests/manifest.template.json +++ b/src/manifests/manifest.template.json @@ -19,6 +19,6 @@ "js": [ "javascript/app.min.js" ], - "run_at": "document_start" + "run_at": "document_end" }] } \ No newline at end of file diff --git a/src/manifests/opera.manifest.json b/src/manifests/opera.manifest.json index 402cd2b..c1fe79c 100644 --- a/src/manifests/opera.manifest.json +++ b/src/manifests/opera.manifest.json @@ -19,6 +19,6 @@ "js": [ "javascript/app.min.js" ], - "run_at": "document_start" + "run_at": "document_end" }] } \ No newline at end of file