minimum_chrome_version' is only allowed for extensions, legacy packaged apps, hosted apps, packaged apps, and themes, but this is a shared module.
See original GitHub issueHi, I downloaded ARChon Custom Runtime 1.2 from given link and while I try to install I got two error.
- ‘minimum_chrome_version’ is only allowed for extensions, legacy packaged apps, hosted apps, packaged apps, and themes, but this is a shared module.
{
"update_url": "http://localhost",
"name": "ARChon Custom Runtime 1.2 - x86_64",
"manifest_version": 2,
"minimum_chrome_version": "32",
"version": "38.4410.120.43",
"default_locale": "en",
"arc_build_tag": "arc-runtime-38.4410.120.43",
"about_page": "NOTICE.html",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwTjmSbBD9uFJEUR7jMYAL1sPXqCNe7ljIb6dheKIYjkNtLt1YuiAw4Pul/PO+aYtm8tsbFnsNZ73AxhMX9aPxuzwlAak/iN6atxv7h8mwOg6HiHdxTDnOPrCv7fEud5aUFaq7sqDhiqwMpJoIOa1w7c299z3oXIrG1FGEkid1IQIDAQAB",
"export": {
"resources": [
"*"
]
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"platforms": [
{
"nacl_arch": "x86-32",
"sub_package_path": "_platform_specific/nacl_i686/"
},
{
"nacl_arch": "x86-64",
"sub_package_path": "_platform_specific/nacl_x86_64/"
},
{
"nacl_arch": "arm",
"sub_package_path": "_platform_specific/bare_metal_arm/"
}
]
}
- Unrecognized manifest key ‘arc_build_tag’.
"manifest_version": 2,
"minimum_chrome_version": "32",
"version": "38.4410.120.43",
"default_locale": "en",
"arc_build_tag": "arc-runtime-38.4410.120.43",
"about_page": "NOTICE.html",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwTjmSbBD9uFJEUR7jMYAL1sPXqCNe7ljIb6dheKIYjkNtLt1YuiAw4Pul/PO+aYtm8tsbFnsNZ73AxhMX9aPxuzwlAak/iN6atxv7h8mwOg6HiHdxTDnOPrCv7fEud5aUFaq7sqDhiqwMpJoIOa1w7c299z3oXIrG1FGEkid1IQIDAQAB",
"export": {
"resources": [
"*"
]
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"platforms": [
{
"nacl_arch": "x86-32",
"sub_package_path": "_platform_specific/nacl_i686/"
},
{
"nacl_arch": "x86-64",
"sub_package_path": "_platform_specific/nacl_x86_64/"
},
{
"nacl_arch": "arm",
"sub_package_path": "_platform_specific/bare_metal_arm/"
}
]
}
Now what can I do for it?
Note: My Chrome Version is: Version 89.0.4389.82 (Official Build) (64-bit)
Thank you Nazmul Hossain
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
ARChon Runtime for Chrome Extension - Unable to Install
Even i tried changing my chrome browser Latest Version 99.0.4844.82 in the "manifest" . Even then i am getting the same error. Pls....
Read more >How to install/run .apk app/files - Linux Mint Forums
#1 - 'minimum_chrome_version' is only allowed for extensions, legacy packaged apps, hosted apps, packaged apps, and themes, but this is a shared ......
Read more >Microsoft Edge Browser Policy Documentation
This policy allows Microsoft Edge computers/devices that have application guard enabled to sync favorites from the host to the container so ...
Read more >Release Notes | Firebase - Google
This page provides a changelog that lists new SDK releases and describes updates to the Firebase console and Firebase services.
Read more >Launch Switches - Google Chrome App Updates
–allow-legacy-extension-manifests, Allows the browser to load extensions that lack ... –debug-packed-apps, Adds debugging entries such as Inspect Element to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

whenver I try to reload the package, the package vanishes from the extension list. What can be done?
I have he same issue