Skip to content

Instantly share code, notes, and snippets.

@mschlenker
Created August 21, 2014 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mschlenker/bff00dda18f257957d94 to your computer and use it in GitHub Desktop.
Save mschlenker/bff00dda18f257957d94 to your computer and use it in GitHub Desktop.
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Registration file for Pepper Flash player.
# Copy the version number from manifest.json!
FILE_NAME=/opt/google/chrome/pepper/libpepflashplayer.so
PLUGIN_NAME="Shockwave Flash"
VERSION="14.0.0.177"
VISIBLE_VERSION="14.0"
# When 14.0.2... isreleased, this should look like
# VISIBLE_VERSION="14.0 r2"
DESCRIPTION="$PLUGIN_NAME $VISIBLE_VERSION"
MIME_TYPES="application/x-shockwave-flash"
@mschlenker
Copy link
Author

Sample pepper-flash.info for ChromiumOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment