ReadMe.txt

### Configure Preferences Reminder Safari Extension ###
 
===========================================================================
DESCRIPTION:
 
When the user clicks on the toolbar item for this extension, a popover that is specified in the Extension Builder is shown. When the popover event is received, the popover sends a message to the content script to gather the color information for the current web page. The content script iterates through all the stylesheets of the current web page, and then sends a message back up to the Application Layer with this information. The color information is then turned into HTML content and shown in the popover.
 
This extension also includes a bar that can be used instead of the popover. To use the bar, add a bar in the Extension Builder that uses bar.html.
 
===========================================================================
BUILD REQUIREMENTS:
 
Safari v5.1 or later
 
===========================================================================
RUNTIME REQUIREMENTS:
 
Safari v5.1 or later
 
===========================================================================
PACKAGING LIST:
 
popover.html
    The HTML file for the popover. Contains the markup that is shown inside the popover.
popover.js
    The JavaScript file for the popover. Contains the logic to handle the popover event and update
    the height of the popover.
popover.css
    The CSS styles used for the content in the popover.
showColors.js
    A helper JavaScript file that is used by both the popover and the bar. Contains the logic to
    handle the messages from the content scripts and generate the HTML used to display the color
    information.
bar.html
    The HTML file for the bar. Contains the markup that is shown inside the bar.
bar.js
    The JavaScript file for the bar. Contains the logic handle the activate and navigate events.
bar.css
    The CSS styles used for the content in the bar.
content.js
    The JavaScript file that is injected into web pages. Contains the logic to gather the colors
    used by the web page and send that information to the Application Layer.
Info.plist
    The file generated by the Extension Builder with the configuration for this Extension.
 
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
 
Version 1.0
- First version.
 
===========================================================================
Copyright (C) 2011 Apple Inc. All rights reserved.