Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full screen support. #28

Open
ghost opened this issue Sep 21, 2014 · 4 comments
Open

Full screen support. #28

ghost opened this issue Sep 21, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 21, 2014

Hi, Is there any chance you could guys add the form factor to gen_main.min.js and gen_index.min.js as full screen and direct it to some config file with max resolution and some keymap to exit app ? This would be very handy feature.

@vladikoff
Copy link
Owner

In the meantime use the resize option : https://github.com/vladikoff/chromeos-apk/blob/master/archon.md#tweak-apps

@GazaIan
Copy link

GazaIan commented Sep 29, 2014

@vladikoff Everytime I add that, I get this error:

"Could not load extension from [location]. Manifest is not valid JSON. Line 11, column 16" which is where the scale option is. What could be the issue here?

@vladikoff
Copy link
Owner

You corrupted the JSON file

On Mon, Sep 29, 2014 at 12:58 PM, GazaIan notifications@github.com wrote:

@vladikoff https://github.com/vladikoff Everytime I add that, I get
this error:

"Could not load extension from [location]. Manifest is not valid JSON.
Line 11, column 16" which is where the scale option is. What could be the
issue here?


Reply to this email directly or view it on GitHub
#28 (comment)
.

@Cee123
Copy link

Cee123 commented Apr 15, 2019

How do you load an app full screen? The instructions are not clear on that page.

"Tweak Apps

Add "resize": "scale" to "arc_metadata" in manifest.json."

I open manifest.json with a text editor. But I do not see the line "arc_metadata". Is this something I have to add myself? Or do I just add "resize": "scale" somewhere in one of the lines? Or does it look like this?

"arc_metadata": "resize": "scale"
or this
"resize": "scale"

And exactly where in the manifest.json file do you add this line?

The instructions are not clear on how to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants