Skip to content

Commit

Permalink
Prepare for v0.4.5
Browse files Browse the repository at this point in the history
rev087 committed May 24, 2014
1 parent d9aa9e1 commit d854ec9
Showing 3 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion ng-inspector.chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "ng-inspector",
"description": "Inspector pane for AngularJS apps",
"version": "0.4.4",
"version": "0.4.5",
"background": {
"scripts": [
"background.js"
176 changes: 88 additions & 88 deletions ng-inspector.safariextension/Info.plist
Original file line number Diff line number Diff line change
@@ -1,91 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Author</key>
<string>Bruno Daniel</string>
<key>Builder Version</key>
<string>9537.75.14</string>
<key>CFBundleDisplayName</key>
<string>ng-inspector</string>
<key>CFBundleIdentifier</key>
<string>com.rev087.ng-inspector</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>v0.4.4</string>
<key>CFBundleVersion</key>
<string>v0.4.4</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
<real>1048576</real>
<key>Global Page</key>
<string>global.html</string>
<key>Popovers</key>
<array>
<dict>
<key>Filename</key>
<string>popover.html</string>
<key>Height</key>
<real>400</real>
<key>Identifier</key>
<string>ng-inspector-popover</string>
<key>Width</key>
<real>300</real>
</dict>
</array>
<key>Toolbar Items</key>
<array>
<dict>
<key>Command</key>
<string>toggle-popover</string>
<key>Identifier</key>
<string>ng-inspector-toolbar-item</string>
<key>Image</key>
<string>ng.png</string>
<key>Label</key>
<string>ng-inspector</string>
<key>Palette Label</key>
<string>ng-inspector</string>
<key>Popover</key>
<string></string>
<key>Tool Tip</key>
<string>Toggle ng-inspector</string>
</dict>
</array>
</dict>
<key>Content</key>
<dict>
<key>Scripts</key>
<dict>
<key>End</key>
<array>
<string>inject-end.js</string>
</array>
</dict>
<key>Stylesheets</key>
<array>
<string>stylesheet.css</string>
</array>
</dict>
<key>Description</key>
<string>Inspect the AngularJS scope hierarchy in a page.</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
<dict>
<key>Website Access</key>
<dict>
<key>Include Secure Pages</key>
<true/>
<key>Level</key>
<string>All</string>
</dict>
</dict>
<key>Update Manifest URL</key>
<string>http://rev087.github.io/ng-inspector/update-manifest.plist</string>
<key>Website</key>
<string>https://github.com/rev087/ng-inspector</string>
</dict>
<dict>
<key>Author</key>
<string>Bruno Daniel</string>
<key>Builder Version</key>
<string>9537.75.14</string>
<key>CFBundleDisplayName</key>
<string>ng-inspector</string>
<key>CFBundleIdentifier</key>
<string>com.rev087.ng-inspector</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>v0.4.5</string>
<key>CFBundleVersion</key>
<string>v0.4.5</string>
<key>Chrome</key>
<dict>
<key>Database Quota</key>
<integer>1048576</integer>
<key>Global Page</key>
<string>global.html</string>
<key>Popovers</key>
<array>
<dict>
<key>Filename</key>
<string>popover.html</string>
<key>Height</key>
<integer>400</integer>
<key>Identifier</key>
<string>ng-inspector-popover</string>
<key>Width</key>
<integer>300</integer>
</dict>
</array>
<key>Toolbar Items</key>
<array>
<dict>
<key>Command</key>
<string>toggle-popover</string>
<key>Identifier</key>
<string>ng-inspector-toolbar-item</string>
<key>Image</key>
<string>ng.png</string>
<key>Label</key>
<string>ng-inspector</string>
<key>Palette Label</key>
<string>ng-inspector</string>
<key>Popover</key>
<string></string>
<key>Tool Tip</key>
<string>Toggle ng-inspector</string>
</dict>
</array>
</dict>
<key>Content</key>
<dict>
<key>Scripts</key>
<dict>
<key>End</key>
<array>
<string>inject-end.js</string>
</array>
</dict>
<key>Stylesheets</key>
<array>
<string>stylesheet.css</string>
</array>
</dict>
<key>Description</key>
<string>Inspect the AngularJS scope hierarchy in a page.</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
<dict>
<key>Website Access</key>
<dict>
<key>Include Secure Pages</key>
<true/>
<key>Level</key>
<string>All</string>
</dict>
</dict>
<key>Update Manifest URL</key>
<string>http://rev087.github.io/ng-inspector/update-manifest.plist</string>
<key>Website</key>
<string>https://github.com/rev087/ng-inspector</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-inspector",
"version": "v0.4.4",
"version": "v0.4.5",
"description": "A Safari extension to inspect AngularJS applications",
"main": "ng-inspector.js",
"scripts": {

0 comments on commit d854ec9

Please sign in to comment.