Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from Asana/quick-redesign
Browse files Browse the repository at this point in the history
Quick and dirty redesign for non-embarassing marketing
  • Loading branch information
slobak committed Sep 7, 2016
2 parents 090e5ed + 90d54f7 commit 54b35b6
Show file tree
Hide file tree
Showing 8 changed files with 348 additions and 241 deletions.
Binary file removed icon19.png
Binary file not shown.
74 changes: 0 additions & 74 deletions load_typekit.js

This file was deleted.

8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": [ "jquery-1.7.1.min.js", "asana.js", "api_bridge.js", "extension_server.js", "server_model.js", "options.js", "background.js" ]
},
"browser_action": {
"default_icon": "icon16.png",
"default_icon": "icon48.png",
"default_popup": "popup.html",
"default_title": "Asana"
},
Expand All @@ -15,7 +15,7 @@
}
}
},
"content_security_policy": "script-src 'self' https://use.typekit.net; object-src 'self'",
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Quickly add tasks to Asana from any web page.",
"icons": {
"128": "icon128.png",
Expand All @@ -28,7 +28,7 @@
"minimum_chrome_version": "25",
"name": "Asana Extension for Chrome",
"offline_enabled": false,
"permissions": [ "activeTab", "cookies", "webRequest", "webRequestBlocking", "*://*.asana.com/*", "*://use.typekit.net/*" ],
"permissions": [ "activeTab", "cookies", "webRequest", "webRequestBlocking", "*://*.asana.com/*" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0.5"
"version": "1.1.0"
}
Loading

0 comments on commit 54b35b6

Please sign in to comment.