ReadMe.txt

### CustomizeReaderSafariExtension ###
 
===========================================================================
DESCRIPTION:
 
This extension demonstrates how to inject Content Style Sheets into Reader in order to change the font used by Reader.
In response to the user changing an Extension Setting in the Safari Extensions Preference Pane, the extension changes the Content Style Sheet it injects (targeted to only be injected into Reader pages).
It also demonstrates how to send messages back and forth between the Application Layer (e.g. the Global Page) and Content Scripts injected in Reader.
 
===========================================================================
BUILD REQUIREMENTS:
 
Safari v6 or later
 
===========================================================================
RUNTIME REQUIREMENTS:
 
Safari v6 or later
 
===========================================================================
PACKAGING LIST:
 
global.html
    The HTML file for the Global Page. Contains the logic for changing the Content Style Sheets that control the font used by Reader in response to the user changing the preference in Safari Extension Preferences.
georgia.css, helvetica.css, helveticaNeue.css, lucindaGrande.css
    The Content Style Sheets used to set the font used by Reader.
readerContent.js
    The Content Script injected into Reader that demonstrates how to send and receive messages from a Content Script injected into Reader.
Info.plist
    The file generated by the Extension Builder with the configuration for this extension.
Settings.plist
    The file generated by the Extension Builder with the configuration for the Extension Settings for this extension.
 
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
 
Version 1.0
- First version.
 
===========================================================================
Copyright (C) 2012 Apple Inc. All rights reserved.