diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 5aa6b6d14..ca795f885 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -38,7 +38,7 @@ "all_frames": true } ], - "minimum_opera_version": "15.0", + "minimum_chrome_version": "22.0", "options_page": "dashboard.html", "permissions": [ "contextMenus", diff --git a/tools/make-opera.sh b/tools/make-opera.sh index 19d31d0d1..88eda8cdc 100755 --- a/tools/make-opera.sh +++ b/tools/make-opera.sh @@ -18,10 +18,9 @@ cp -R src/lib $DES/ cp -R src/_locales $DES/ cp src/*.html $DES/ cp platform/chromium/*.js $DES/js/ -cp platform/chromium/manifest.json $DES/ +cp platform/opera/manifest.json $DES/ cp LICENSE.txt $DES/ -rm -r $DES/_locales/el rm -r $DES/_locales/hi rm -r $DES/_locales/mr