diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index 5d1efd0..78977c6 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -1,6 +1,7 @@ { "name": "YSlow", "version": "{{YSLOW_VERSION}}", + "manifest_version": 2, "description": "YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages.", "icons": { "128": "128.png", @@ -33,4 +34,4 @@ "http://*/*", "https://*/*" ] -} \ No newline at end of file +}