question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

Hi, I downloaded ARChon Custom Runtime 1.2 from given link and while I try to install I got two error.

  1. ‘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/"
    }
  ]
}
  1. 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:closed
  • Created 3 years ago
  • Comments:8

github_iconTop GitHub Comments

5reactions
anikdecommented, May 18, 2021

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

0reactions
marco-github-ukcommented, Nov 8, 2022

I have he same issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found