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

Sebastiancoder1 patch 1 #310

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified _template/manifest.json
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions falloutshelter.apk/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APK goes here.
12 changes: 12 additions & 0 deletions falloutshelter.apk/app_main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- Copyright 2013 Google Inc. All Rights Reserved.

ARC app_main.html. This file is used as the background page for ARC apps.
It only embeds an iframe for ARC's main. This is so we do not have to
specify a background page in the manifest.json that looks like
'_modules/arcruntimeid/main.html', because the extension validator
in Chrome does not understand _modules relative paths. Rather than bake
this knowledge and complexity into the validator, it is better to use this
App relative app_main.html. -->

<!DOCTYPE html>
<iframe src="_modules/mfaihdlpglflfgpfjcifdjdjcckigekc/main.html"></iframe>
1 change: 1 addition & 0 deletions falloutshelter.apk/h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added falloutshelter.apk/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions falloutshelter.apk/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"app": {
"background": {
"page": "app_main.html"
}
},
"arc_metadata": {
"apkList": [ "custom-android-release-1400197.apk" ],
"enableExternalDirectory": false,
"formFactor": "phone",
"name": "__PACKAGE__",
"orientation": "portrait",
"packageName": "__PACKAGE__",
"useGoogleContactsSyncAdapter": false,
"usePlayServices": [ "gcm" ]
},
"default_locale": "en",
"icons": {
"128": "icon.png",
"16": "icon.png"
},
"import": [ {
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
} ],
"manifest_version": 2,
"name": "__MSG_extName__",
"oauth2": {
"client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com",
"scopes": [ ]
},
"offline_enabled": true,
"permissions": [ "gcm", {
"socket": [ "tcp-connect", "tcp-listen", "udp-bind", "udp-send-to", "resolve-host" ]
}, "unlimitedStorage", "notifications", "clipboardRead", {
"fileSystem": [ "write" ]
}, "https://clients2.google.com/", "videoCapture", "clipboardWrite", "identity.email", "alarms", "storage", "identity", "audioCapture" ],
"requirements": {
"3D": {
"features": [ "webgl" ]
}
},
"update_url": "https://localhost",
"version": "1337"
}
10 changes: 10 additions & 0 deletions falloutshelter.apk/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appNotSupported": {
"description": "Message displayed when the app is not supported.",
"message": "This app is incompatible with your device. Check to make sure other Android apps work for you from the Chrome Web Store"
},
"extName": {
"description": "Extension name",
"message": "App"
}
}