magickangaroo / domsnitch

Automatically exported from code.google.com/p/domsnitch
Apache License 2.0
0 stars 0 forks source link

Domsnitch fails to load properly on Chrome version 23. #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?

1. Download chrome Version 23 or higher

2. checkout the SVN version of domsnitch

3. Attempt to load domsnitch from the SVN 
( chrome://chrome/extensions/ >> "Load Unpacked Extensions" )

> What is the expected output? What do you see instead?

The expected output is to load the extension, instead you will recieve the 
following message:

Could not load extension from '/home/syn/domsnitch-read-only'. The 
'manifest_version' key must be present and set to 2 (without quotes). See 
developer.chrome.com/extensions/manifestVersion.html for details.

> What version of the product are you using? On what operating system?

SVN, Linux, Chrome Version 23.0.1271.91

> Please provide any additional information below.

Merely adding "manifest_version": 2 does not work to resolve the issue.

Original issue reported on code.google.com by mvo...@securityinnovation.com on 28 Nov 2012 at 6:18