Skip to content

Instantly share code, notes, and snippets.

View morsssss's full-sized avatar
💭
Just finished adding Africa AMP roadshows cities to ampproject.org!

Ben Morss morsssss

💭
Just finished adding Africa AMP roadshows cities to ampproject.org!
View GitHub Profile
<?php
/**
* PWA Manifest Short Name plugin initialization file.
*
* @package PWA_Manifest_Short_Name
* @author Weston Ruter, Google
* @license GPL-2.0-or-later
* @copyright 2019 Google Inc.
*
* @wordpress-plugin
@PaulKinlan
PaulKinlan / getdeviceart.sh
Last active May 26, 2022 11:20
Screen Record for Android
#! /bin/bash
mkdir -p ./backgrounds
function get_google_device_art {
local device=$1
# Get the Google Device backgrounds
curl "https://developer.android.com/distribute/marketing-tools/device-art-resources/$1/port_back.png" > "./backgrounds/$1_port_back.png"
curl "https://developer.android.com/distribute/marketing-tools/device-art-resources/$1/port_fore.png" > "./backgrounds/$1_port_fore.png"